buildtools/wafsamba: use build group 'final' for the creation of manpages
authorStefan Metzmacher <metze@samba.org>
Mon, 31 May 2010 15:51:21 +0000 (17:51 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 31 May 2010 15:52:31 +0000 (17:52 +0200)
This way we don't try to build manpages just for waf build --target=smbtorture

metze

buildtools/wafsamba/wafsamba.py

index 01e2ce8f53c88ab8bd7064c47bea3b7bb9bf16f6..a9b81f49189fbaa7138d10e307bf0506a103a12e 100644 (file)
@@ -818,6 +818,7 @@ def MANPAGES(bld, manpages):
         bld.SAMBA_GENERATOR(m,
                             source=source,
                             target=m,
+                            group='final',
                             rule='${XSLTPROC} -o ${TGT} ${MAN_XSL} ${SRC}'
                             )
         bld.INSTALL_FILES('${MANDIR}/man%s' % m[-1], m, flat=True)