summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl')
-rwxr-xr-xhelp3xsl/xhp2html.sh4
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