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

Olivier Hallot olivier.hallot at libreoffice.org
Sun Aug 6 20:26:00 UTC 2017


 help3xsl/xhp2html.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ae4b238aec8977510b63b5a30c71e0aa933c279a
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Sun Aug 6 17:21:44 2017 -0300

    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 at edx.srv.br>
    Tested-by: Olivier Hallot <olivier.hallot at edx.srv.br>

diff --git a/help3xsl/LOHelp.html b/help3xsl/help.html
similarity index 100%
rename from help3xsl/LOHelp.html
rename to help3xsl/help.html
diff --git a/help3xsl/xhp2html.sh b/help3xsl/xhp2html.sh
index 7ba59588f..105a86049 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'/'


More information about the Libreoffice-commits mailing list