summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-09-06 12:14:46 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-09-07 10:48:57 +0200
commitf0da7c509c3bd51cd07919b22a83b14fb65b2eb7 (patch)
treeca20f30ea160888e1c1174177b1904d561822097 /wscript_build
parent802708b410b6367c01d968565f3f5e3a8751522d (diff)
downloadsamba-f0da7c509c3bd51cd07919b22a83b14fb65b2eb7.tar.gz
waf: Create catalog file for manpage generation.
Diffstat (limited to 'wscript_build')
-rwxr-xr-xwscript_build4
1 files changed, 4 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index b6716993440..8c96b5c50e7 100755
--- a/wscript_build
+++ b/wscript_build
@@ -143,3 +143,7 @@ bld.RECURSE('testsuite/headers')
bld.SYMBOL_CHECK()
bld.DUP_SYMBOL_CHECK()
+
+bld.env.ABS_TOP_BUILDDIR = bld.srcnode.abspath() + '/docs-xml'
+bld.CONFIGURE_FILE('docs-xml/build/catalog.xml',
+ ABS_TOP_BUILDDIR = bld.env.ABS_TOP_BUILDDIR)