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:
parent
be241207c2
commit
0f7aae8580
3
wscript
3
wscript
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user