Skip to content

Commit 123b506

Browse files
committed
---
yaml --- r: 150270 b: refs/heads/try2 c: 39b48fb h: refs/heads/master v: v3
1 parent c2c6a72 commit 123b506

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: d62163188a21e5afc3d0f476eaf7856d91f715b2
8+
refs/heads/try2: 39b48fb8836b130fa6bec09b4864b5a8eee0cd42
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/mk/dist.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ dist-docs: docs compiler-docs
244244
$(Q) mkdir -p dist/doc/
245245
$(Q) cp -r doc dist/doc/$(CFG_PACKAGE_VERS)
246246

247+
distcheck-docs: dist-docs
247248

248249
######################################################################
249250
# Primary targets (dist, distcheck)
@@ -264,7 +265,7 @@ else
264265

265266
dist: dist-tar-src dist-osx dist-tar-bins dist-docs
266267

267-
distcheck: distcheck-tar-src distcheck-osx distcheck-tar-bins
268+
distcheck: distcheck-tar-src distcheck-osx distcheck-tar-bins distcheck-docs
268269
$(Q)rm -Rf tmp/distcheck
269270
@echo
270271
@echo -----------------------------------------------

0 commit comments

Comments
 (0)