ctdb: Prevent man page duplication
authorDavid Mulder <dmulder@suse.com>
Thu, 10 Sep 2020 17:50:53 +0000 (11:50 -0600)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 11 Sep 2020 03:43:40 +0000 (03:43 +0000)
commit6f5b0fef59850477ad30c2b5063b431725716056
tree11b1175b1ddac064436e5efbdfdcf78f4dc5ac04
parente60df214998afc145ca482cab184691b3ddc3bb2
ctdb: Prevent man page duplication

The new waf detects a duplicate instance of
ctdb_mutex_ceph_rados_helper.7.xml, which is due
to manpages_extra being a pointer to
manpages_misc, therefore each call to build()
added duplicate entries to the manpages_misc
global entry.

Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
ctdb/wscript