summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-12-12 11:01:51 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-12-13 13:20:08 +0100
commit2abb55b73522ccd8f08847d26c06769ec2eecc27 (patch)
treefad3ae044a3c992558f9956d2ad776dc26b4bb1c /wscript
parent00d3019262544a730929fab2d525b23efe226906 (diff)
downloadsamba-2abb55b73522ccd8f08847d26c06769ec2eecc27.tar.gz
docs-xml: autogenerate a doc.version XML entity.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9531 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 0ef5f6050a3..83eec709f9d 100644
--- a/wscript
+++ b/wscript
@@ -363,7 +363,7 @@ def dist():
os.system("make -C ctdb manpages")
samba_dist.DIST_FILES('ctdb/doc:ctdb/doc', extend=True)
- os.system(srcdir + "/release-scripts/build-manpages-nogit")
+ os.system("DOC_VERSION='" + sambaversion.STRING + "' " + srcdir + "/release-scripts/build-manpages-nogit")
samba_dist.DIST_FILES('bin/docs:docs', extend=True)
if sambaversion.IS_SNAPSHOT: