From a9211ec2860d7763e606e9a9e4b62c19846b3302 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Tue, 21 Feb 2017 22:33:48 +1100 Subject: [PATCH] build: Fix generation of CTDB manpages while creating tarball BUG: https://bugzilla.samba.org/show_bug.cgi?id=12595 Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Thu Feb 23 19:25:11 CET 2017 on sn-devel-144 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 9706e0f9c9a..407bcdc132e 100644 --- a/wscript +++ b/wscript @@ -319,7 +319,7 @@ def dist(): '''makes a tarball for distribution''' sambaversion = samba_version.load_version(env=None) - os.system("make -C ctdb/doc") + os.system("make -C ctdb manpages") samba_dist.DIST_FILES('ctdb/doc:ctdb/doc', extend=True) os.system(srcdir + "/release-scripts/build-manpages-nogit") -- 2.11.4.GIT