diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-11-28 11:29:39 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-11-28 14:31:20 +0100 |
commit | 840ceaafbe4f723661c10539ed2915298cf77c5f (patch) | |
tree | 982ff50338f011f48a21732ab1a0cb03c7f81364 /help3xsl | |
parent | 8aff7a4747fbabc5d8db9c9c52c1e67684965fd4 (diff) |
Fix hid2file.js
Change-Id: I976801b1e84defd3f8588a3423acc4254098c237
Reviewed-on: https://gerrit.libreoffice.org/45411
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rwxr-xr-x | help3xsl/xhp2html.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/xhp2html.sh b/help3xsl/xhp2html.sh index 98622376b8..de146e387c 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 |