From 1d68b5b0bb3158cabcd371ab5c24392bcb0a32bd Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Tue, 7 Jan 2014 17:09:39 +1300 Subject: 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 --- docs-xml/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs-xml/wscript_build') diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index d6ef434cf3c..d1b3ec54821 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -100,7 +100,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 -- cgit