]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Add vfs_zfsacl manpage to the list of manpages if we have this module enabled.
authorTimur I. Bakeyev <timur@iXsystems.com>
Wed, 29 Nov 2017 05:35:37 +0000 (06:35 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 5 Dec 2017 09:32:10 +0000 (10:32 +0100)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12934

Signed-off-by: Timur I. Bakeyev <timur@iXsystems.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
(cherry picked from commit 8034b88d4e771663c4b7b581fb6b1992c33d5d96)

docs-xml/wscript_build

index 0b690a878ff0931370be7180d64bc72dd8e2f75f..093a20d1259251cb8d475d6bf21e2ec935b1e1d3 100644 (file)
@@ -142,3 +142,6 @@ if ('XSLTPROC_MANPAGES' in bld.env and bld.env['XSLTPROC_MANPAGES']):
 
     if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'):
         bld.SAMBAMANPAGES(krb5_locator_manpages)
+
+    if bld.SAMBA3_IS_ENABLED_MODULE('vfs_zfsacl'):
+        bld.SAMBAMANPAGES('manpages/vfs_zfsacl.8')