Skip to content

Commit 0935673

Browse files
committed
---
yaml --- r: 109335 b: refs/heads/dist-snap c: 116ebe5 h: refs/heads/master i: 109333: 289dcd9 109331: ec22514 109327: d4e18c1 v: v3
1 parent 7f96024 commit 0935673

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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: 92d8181bde75af0349eb7ea5a71a37ca24c0ce53
9+
refs/heads/dist-snap: 116ebe5af827e5df7cd64f308b62c8aa94ee7bd5
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# * dist-win - Windows exe installers
2121
# * dist-osx - OS X .pkg installers
2222
# * dist-tar-bins - Ad-hoc Unix binary installers
23+
# * dist-docs - Stage docs for upload
2324

2425
PKG_NAME = $(CFG_PACKAGE_NAME)
2526

@@ -185,6 +186,17 @@ $(foreach host,$(CFG_HOST),\
185186
$(eval $(call DEF_INSTALLER,$(host))))
186187

187188

189+
######################################################################
190+
# Docs
191+
######################################################################
192+
193+
# Just copy the docs to a folder under dist with the appropriate name
194+
# for uploading to S3
195+
dist-docs: docs compiler-docs
196+
$(Q) mkdir -p dist/doc/
197+
$(Q) cp -r doc dist/doc/$(CFG_PACKAGE_VERS)
198+
199+
188200
######################################################################
189201
# Primary targets (dist, distcheck)
190202
######################################################################

0 commit comments

Comments
 (0)