From: Garming Sam Date: Tue, 7 Jan 2014 04:09:39 +0000 (+1300) Subject: docs: remove the file prefix from included path names X-Git-Tag: samba-4.0.23~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39da7d02b02a288b6c71ed90bae84a908e709d66;p=thirdparty%2Fsamba.git docs: remove the file prefix from included path names This allows the inbuilt python xml modules to perform the include. Signed-off-by: Garming Sam Signed-off-by: Andrew Bartlett Reviewed-by: Michael Adam (cherry picked from commit 1d68b5b0bb3158cabcd371ab5c24392bcb0a32bd) --- diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index c8a686391ee..59913e8a785 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -95,7 +95,7 @@ def smbdotconf_generate_parameter_list(task): t = '
\n' for article in articles: - t += "\n" + t += "\n" t += "
\n" save_file(parameter_all, t , create_dir=True) return 0