diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-12-21 19:22:29 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-12-22 00:30:25 +0100 |
commit | 0e5a56e81f63d2705f1083acda4b2d899783fdcd (patch) | |
tree | a2e6a246ff681d6e419a574e2bb20bacfb1d98c1 /CustomTarget_html.mk | |
parent | bb3fd71d51c84aa93df51c9e66d2dc0d1596d1a9 (diff) |
Relativise <base href="/"> wrt file position
Now <base href="/"> is changed to
<base href="../../../ (...) ../" to allow links to
operate with http:// and file:// protocol
Drop param from makefile too
Change-Id: I1aea5b9c564bdfe395e95400ecf87e068a5a7c86
Reviewed-on: https://gerrit.libreoffice.org/46932
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
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`/ \ |