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>
Mon, 17 Nov 2014 20:21:12 +0000 (21:21 +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 2c83a1630a86a4be1e0201b3929147ad2b442df4..7af0f68118af930ff9dc53e876ac21d94e265419 100644 (file)
@@ -120,7 +120,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'''