diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-08-06 17:21:44 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-08-06 22:25:15 +0200 |
commit | ae4b238aec8977510b63b5a30c71e0aa933c279a (patch) | |
tree | 74ba7956da255031b9f95bdd016045a1deeface9 /help3xsl/xhp2html.sh | |
parent | 9f9cebab254146cbae0a093626ed78801e85b98f (diff) |
tdf#97745 use lowercase for file names
synch with https://gerrit.libreoffice.org/#/c/40698/3
Change-Id: I7cc72312a729fcd6468198fd3cb9b4686e588832
Reviewed-on: https://gerrit.libreoffice.org/40812
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
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'/' |