1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

packaging: Include CTDB man pages in the tarball

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Amitay Isaacs 2014-12-15 00:07:33 +11:00 committed by Michael Adam
parent be241207c2
commit 0f7aae8580

View File

@ -309,6 +309,9 @@ def dist():
'''makes a tarball for distribution'''
sambaversion = samba_version.load_version(env=None)
os.system("make -C ctdb/doc")
samba_dist.DIST_FILES('ctdb/doc:ctdb/doc', extend=True)
os.system(srcdir + "/release-scripts/build-manpages-nogit")
samba_dist.DIST_FILES('bin/docs:docs', extend=True)