summaryrefslogtreecommitdiffstats
path: root/docs-xml/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'docs-xml/wscript_build')
-rw-r--r--docs-xml/wscript_build2
1 files changed, 1 insertions, 1 deletions
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 = '<section xmlns:xi="http://www.w3.org/2001/XInclude">\n'
for article in articles:
- t += "<xi:include href='file://" + article.abspath(task.env) + "' parse='xml'/>\n"
+ t += "<xi:include href='" + article.abspath(task.env) + "' parse='xml'/>\n"
t += "</section>\n"
save_file(parameter_all, t , create_dir=True)
return 0