Skip to content

Commit 8e01cb8

Browse files
committed
---
yaml --- r: 109351 b: refs/heads/dist-snap c: 39b48fb h: refs/heads/master i: 109349: 2ae667a 109347: e9d275d 109343: cd8da63 v: v3
1 parent 7a1c70f commit 8e01cb8

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
@@ -6,7 +6,7 @@ refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: d62163188a21e5afc3d0f476eaf7856d91f715b2
9+
refs/heads/dist-snap: 39b48fb8836b130fa6bec09b4864b5a8eee0cd42
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/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)