[Libreoffice-commits] help.git: help3xsl/xhp2html.sh

Olivier Hallot olivier.hallot at libreoffice.org
Tue Nov 28 13:31:48 UTC 2017


 help3xsl/xhp2html.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 840ceaafbe4f723661c10539ed2915298cf77c5f
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Tue Nov 28 11:29:39 2017 -0200

    Fix hid2file.js
    
    Change-Id: I976801b1e84defd3f8588a3423acc4254098c237
    Reviewed-on: https://gerrit.libreoffice.org/45411
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/help3xsl/xhp2html.sh b/help3xsl/xhp2html.sh
index 98622376b..de146e387 100755
--- a/help3xsl/xhp2html.sh
+++ b/help3xsl/xhp2html.sh
@@ -208,12 +208,12 @@ echo "execing: ${exedir}/helpex"
 
 ###########################################
 #
-# Create the bookmark2file map
+# Create the hid2file map
 #
 ###########################################
 stub1='var map={'
 stub2='};'
-ffile='html/'$productversion'/bookmark2file.js'
+ffile='html/'$productversion'/hid2file.js'
 ffile2=/tmp/tmpbkm.txt
 rm -f $ffile2 $ffile
 find $helpfiles -type f -name "*.xhp" -exec xsltproc get_url.xsl {} + > $ffile2


More information about the Libreoffice-commits mailing list