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: samba-4.0.23~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=899e8915b1d73124a4b3c10564ef912cbe3e350e;p=thirdparty%2Fsamba.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 (cherry picked from commit 02379369ef7968f297b8678c9743679b4775662e) --- diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index 25e381e2ded..c8a686391ee 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -93,7 +93,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"