1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

ctdb-build: Add make target for generating manpages

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>
This commit is contained in:
Amitay Isaacs 2017-02-21 22:44:10 +11:00 committed by Martin Schwenke
parent 5005362122
commit 3bb4fd5458

View File

@ -27,6 +27,9 @@ show_version:
@touch .tmplock
@WAFLOCK=.tmplock $(WAF) show_version
manpages:
$(WAF) manpages
dist:
touch .tmplock
WAFLOCK=.tmplock $(WAF) dist