1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

build: Fix generation of CTDB manpages while creating tarball

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12595

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>

Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Thu Feb 23 19:25:11 CET 2017 on sn-devel-144

(cherry picked from commit a9211ec2860d7763e606e9a9e4b62c19846b3302)
This commit is contained in:
Amitay Isaacs 2017-02-21 22:33:48 +11:00 committed by Stefan Metzmacher
parent a39218d7e2
commit 8cb9f77afe

View File

@ -309,7 +309,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")