docs: Merge both samba.8 manpages.
[garming/samba-autobuild/.git] / docs-xml / wscript_build
index c5d5839d96a5389024028e293400a2a27e20b4c1..8a5f3a435215fcd0b8a5bdb8a98110f1d3e0edda 100644 (file)
@@ -22,6 +22,8 @@ manpages='''
          manpages/profiles.1
          manpages/rpcclient.1
          manpages/samba.7
+         manpages/samba.8
+         manpages/samba-tool.8
          manpages/sharesec.1
          manpages/smbcacls.1
          manpages/smbclient.1
@@ -113,7 +115,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)