From: Alexander Bokovoy Date: Mon, 17 Sep 2012 16:09:35 +0000 (+0300) Subject: docs-xml: fix build of winbindd- and krb5 locator-related manpages X-Git-Tag: ldb-1.1.13~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7a58bc251bd74c3c7c64ee4f5cb85ec76852a8d;p=thirdparty%2Fsamba.git 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 Autobuild-Date(master): Mon Sep 17 19:52:53 CEST 2012 on sn-devel-104 --- diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index c5d5839d96a..32cf9be2821 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)