diff options
Diffstat (limited to 'CustomTarget_html.mk')
-rw-r--r-- | CustomTarget_html.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk index 4c45dc44f4..85ae29b2a5 100644 --- a/CustomTarget_html.mk +++ b/CustomTarget_html.mk @@ -99,7 +99,6 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/html.text : \ && find text -name "*.xhp" \ | while read xhp; do \ $(call gb_ExternalExecutable_get_command,xsltproc) \ - --stringparam fileTree '/' \ --stringparam Language $* \ --stringparam local $(if $(HELP_ONLINE),'no','yes') \ --stringparam root `pwd`/ \ |