summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-09-06 16:10:08 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-09-07 12:30:08 +0200
commitb86c8fd92d4c1b238572690660a2093f50ba88b1 (patch)
tree2207969685aec9374a06ab40b00ed753693ee411 /wscript_build
parentb29dff802a4aab7d8132aec033b2858bd6e35dca (diff)
downloadsamba-b86c8fd92d4c1b238572690660a2093f50ba88b1.tar.gz
waf: Fix bug #8801 - build s3fs manpages.
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Sep 7 12:30:08 CEST 2012 on sn-devel-104
Diffstat (limited to 'wscript_build')
-rwxr-xr-xwscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index 8c96b5c50e7..5434056fe1a 100755
--- a/wscript_build
+++ b/wscript_build
@@ -147,3 +147,4 @@ 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)
+bld.RECURSE('docs-xml')