docs-xml: fix build of winbindd- and krb5 locator-related manpages
authorAlexander Bokovoy <ab@samba.org>
Mon, 17 Sep 2012 16:09:35 +0000 (19:09 +0300)
committerAlexander Bokovoy <ab@samba.org>
Mon, 17 Sep 2012 17:52:53 +0000 (19:52 +0200)
These manpages depend on docs-xml infrastructure (samba DTDs)

Autobuild-User(master): Alexander Bokovoy <ab@samba.org>
Autobuild-Date(master): Mon Sep 17 19:52:53 CEST 2012 on sn-devel-104

docs-xml/wscript_build

index c5d5839d96a5389024028e293400a2a27e20b4c1..32cf9be28210a5e96d79c597ae97001d6b2bcbbe 100644 (file)
@@ -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)