Skip to content

Commit 5c89a8a

Browse files
committed
---
yaml --- r: 107130 b: refs/heads/try c: 39b48fb h: refs/heads/master v: v3
1 parent ebf49d8 commit 5c89a8a

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
@@ -2,7 +2,7 @@
22
refs/heads/master: b8ef9fd9c9f642ce7b8aed82782a1ed745d08d64
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b8601a3d8b91ad3b653d143307611f2f5c75617e
5-
refs/heads/try: d62163188a21e5afc3d0f476eaf7856d91f715b2
5+
refs/heads/try: 39b48fb8836b130fa6bec09b4864b5a8eee0cd42
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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)