diff options
Diffstat (limited to 'help3xsl/xhp2html.sh')
-rwxr-xr-x | help3xsl/xhp2html.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/xhp2html.sh b/help3xsl/xhp2html.sh index 7ba59588fa..105a860493 100755 --- a/help3xsl/xhp2html.sh +++ b/help3xsl/xhp2html.sh @@ -110,7 +110,7 @@ mkdir -p $here'/html/'$productversion echo 'copy global service files' cp index.html $here'/html/' -cp LOHelp.html $here'/html/' +cp help.html $here'/html/' cp index2.html $here'/html/'$productversion'/index.html' cp help.js $here'/html/'$productversion'/' cp jquery-3.1.1.min.js $here'/html/'$productversion'/' |