]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml/wscript_build: pass dep_vars=bld.dynconfig_varnames() to SAMBA_GENERATOR()
authorStefan Metzmacher <metze@samba.org>
Wed, 27 Aug 2014 08:15:56 +0000 (10:15 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 18 Nov 2014 20:09:04 +0000 (21:09 +0100)
This avoids the use of always=True.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
(cherry picked from commit de0443ac7690923fa1731560fa51a551711f37fe)

docs-xml/wscript_build

index 2316f85f699080428c32b84cd382c866ca5ba70e..f23a2100035f91373c4d72f3b6f773e22903ec22 100644 (file)
@@ -116,7 +116,7 @@ bld.SAMBA_GENERATOR(parameter_all,
                     source=articles,
                     target=parameter_all,
                     rule=smbdotconf_generate_parameter_list,
-                    always=True)
+                    dep_vars=bld.dynconfig_varnames())
 
 def SMBDOTCONF_MANPAGE(bld, target):
     ''' assemble and build smb.conf.5 manual page'''