summaryrefslogtreecommitdiff
path: root/docs-xml/wscript_build
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2012-09-17 19:09:35 +0300
committerAlexander Bokovoy <ab@samba.org>2012-09-17 19:52:53 +0200
commite7a58bc251bd74c3c7c64ee4f5cb85ec76852a8d (patch)
treefe32fdea021c0458b2ee0ecf6aa8518153b7f251 /docs-xml/wscript_build
parent73ed1533105ac3f90813e5a0e7888a095eff4b75 (diff)
downloadsamba-e7a58bc251bd74c3c7c64ee4f5cb85ec76852a8d.tar.gz
samba-e7a58bc251bd74c3c7c64ee4f5cb85ec76852a8d.tar.bz2
samba-e7a58bc251bd74c3c7c64ee4f5cb85ec76852a8d.zip
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@samba.org> Autobuild-Date(master): Mon Sep 17 19:52:53 CEST 2012 on sn-devel-104
Diffstat (limited to 'docs-xml/wscript_build')
-rw-r--r--docs-xml/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build
index c5d5839d96..32cf9be282 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)