From: Garming Sam Date: Tue, 7 Jan 2014 03:08:50 +0000 (+1300) Subject: docs: update XInclude year to conform with current standard X-Git-Tag: tdb-1.2.13~915 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=02379369ef7968f297b8678c9743679b4775662e;p=samba.git docs: update XInclude year to conform with current standard This allows the inbuilt python XML parser to handle these includes. Signed-off-by: Garming Sam Signed-off-by: Andrew Bartlett Reviewed-by: Michael Adam --- diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index a752758626c..d6ef434cf3c 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -98,7 +98,7 @@ def smbdotconf_generate_parameter_list(task): parameter_all = task.outputs[0].bldpath(task.env) articles = task.inputs - t = '
\n' + t = '
\n' for article in articles: t += "\n" t += "
\n"