The branch, master has been updated
       via  1da4153... buildtools/wafsamba: use build group 'final' for the 
creation of manpages
      from  c866920... s3-waf: Fix build after ntlmssp_sign.c moved

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1da415345971fbd045808d26142b9eca797aaedf
Author: Stefan Metzmacher <[email protected]>
Date:   Mon May 31 17:51:21 2010 +0200

    buildtools/wafsamba: use build group 'final' for the creation of manpages
    
    This way we don't try to build manpages just for waf build 
--target=smbtorture
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 buildtools/wafsamba/wafsamba.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 01e2ce8..a9b81f4 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -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)


-- 
Samba Shared Repository

Reply via email to