[SCM] Samba Shared Repository - branch master updated

Alexander Bokovoy ab at samba.org
Mon Sep 17 11:53:02 MDT 2012


The branch, master has been updated
       via  e7a58bc docs-xml: fix build of winbindd- and krb5 locator-related manpages
      from  73ed153 docs-xml: convert smb.conf.5 build to waf

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


- Log -----------------------------------------------------------------
commit e7a58bc251bd74c3c7c64ee4f5cb85ec76852a8d
Author: Alexander Bokovoy <ab at samba.org>
Date:   Mon Sep 17 19:09:35 2012 +0300

    docs-xml: fix build of winbindd- and krb5 locator-related manpages
    
    These manpages depend on docs-xml infrastructure (samba DTDs)
    
    Autobuild-User(master): Alexander Bokovoy <ab at samba.org>
    Autobuild-Date(master): Mon Sep 17 19:52:53 CEST 2012 on sn-devel-104

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

Summary of changes:
 docs-xml/wscript_build |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build
index c5d5839..32cf9be 100644
--- a/docs-xml/wscript_build
+++ b/docs-xml/wscript_build
@@ -113,7 +113,7 @@ if ('XSLTPROC_MANPAGES' in bld.env and bld.env['XSLTPROC_MANPAGES']):
     bld.SAMBAMANPAGES(manpages)
 
     if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'):
-        bld.MANPAGES(pam_winbind_manpages)
+        bld.SAMBAMANPAGES(pam_winbind_manpages)
 
     if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'):
-        bld.MANPAGES(krb5_locator_manpages)
+        bld.SAMBAMANPAGES(krb5_locator_manpages)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list