wafsamba: Add support for manpages in SAMBA_MODULE.
authorAndreas Schneider <asn@samba.org>
Wed, 5 Sep 2012 15:37:19 +0000 (17:37 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 7 Sep 2012 08:48:57 +0000 (10:48 +0200)
buildtools/wafsamba/wafsamba.py
source3/winbindd/man/idmap_ad.8.xml [moved from docs-xml/manpages/idmap_ad.8.xml with 100% similarity]
source3/winbindd/man/idmap_autorid.8.xml [moved from docs-xml/manpages/idmap_autorid.8.xml with 98% similarity]
source3/winbindd/man/idmap_hash.8.xml [moved from docs-xml/manpages/idmap_hash.8.xml with 100% similarity]
source3/winbindd/man/idmap_ldap.8.xml [moved from docs-xml/manpages/idmap_ldap.8.xml with 99% similarity]
source3/winbindd/man/idmap_nss.8.xml [moved from docs-xml/manpages/idmap_nss.8.xml with 100% similarity]
source3/winbindd/man/idmap_rid.8.xml [moved from docs-xml/manpages/idmap_rid.8.xml with 100% similarity]
source3/winbindd/man/idmap_tdb.8.xml [moved from docs-xml/manpages/idmap_tdb.8.xml with 100% similarity]
source3/winbindd/man/idmap_tdb2.8.xml [moved from docs-xml/manpages/idmap_tdb2.8.xml with 100% similarity]

index f1e7affbefe85c212bed005edda73b2fc81820c3..1fb12410246b8c381413562bbfd8860b9ea600cb 100644 (file)
@@ -404,6 +404,7 @@ def SAMBA_MODULE(bld, modname, source,
                  subdir=None,
                  enabled=True,
                  pyembed=False,
+                 manpages=None,
                  allow_undefined_symbols=False
                  ):
     '''define a Samba module.'''
@@ -469,6 +470,7 @@ def SAMBA_MODULE(bld, modname, source,
                       link_name=build_link_name,
                       install_path="${MODULESDIR}/%s" % subsystem,
                       pyembed=pyembed,
+                      manpages=manpages,
                       allow_undefined_symbols=allow_undefined_symbols
                       )
 
similarity index 98%
rename from docs-xml/manpages/idmap_autorid.8.xml
rename to source3/winbindd/man/idmap_autorid.8.xml
index 498ef68fb3446491ba647a647ede2d7311ff4c17..3b93861eee4138ecdcbb1f96bfc24600a62a8e5e 100644 (file)
                This example shows how to configure idmap_autorid as default
                for all domains with a potentially large amount of users
                plus a specific configuration for a trusted domain
-               that uses the SFU mapping scheme. Please note that idmap 
+               that uses the SFU mapping scheme. Please note that idmap
                ranges and sfu ranges are not allowed to overlap.
        </para>
 
similarity index 99%
rename from docs-xml/manpages/idmap_ldap.8.xml
rename to source3/winbindd/man/idmap_ldap.8.xml
index 2c0fcfd17c6d1eaa50ce26035d5e2ab1d2fd08f4..e68f2782bf2964ed63258b1d869797c09afa6853 100644 (file)
@@ -82,8 +82,8 @@
        <title>EXAMPLES</title>
 
        <para>
-       The following example shows how an ldap directory is used as the 
-       default idmap backend. It also configures the idmap range and base 
+       The following example shows how an ldap directory is used as the
+       default idmap backend. It also configures the idmap range and base
        directory suffix. The secret for the ldap_user_dn has to be set with
        &quot;net idmap secret '*' password&quot;.
        </para>