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:
parent
a39218d7e2
commit
8cb9f77afe
2
wscript
2
wscript
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user