diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-07-11 16:22:18 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-07-11 21:26:26 +0200 |
commit | 0f9722866caf9d5175df3e49170f40b9567f0c16 (patch) | |
tree | 7a8c5ded72303b81347d6cbabd920c005252100b /help3xsl/xhp2html.sh | |
parent | 551a5fdaba7c7b86b41daafd4574e7b1649c11d5 (diff) |
Help-in-browser (viii) more...
* Correct schema
* current set of built languages.
* https://helponline.libreoffice.org
Change-Id: I887214b080e6200ac840b74d175292649f8e4298
Reviewed-on: https://gerrit.libreoffice.org/39836
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 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/help3xsl/xhp2html.sh b/help3xsl/xhp2html.sh index 09651adb17..556a23de7e 100755 --- a/help3xsl/xhp2html.sh +++ b/help3xsl/xhp2html.sh @@ -22,7 +22,7 @@ function convert2HTML() { #outDirHTML =2 xsltparm='--stringparam Language '$lang' --stringparam productversion '$productversion' --stringparam root '$outDirLang'/' -echo 'Converting to HTMLi started' +echo 'Converting to HTML started' for filep in `find $1/text -name "*.xhp"` do DIR=${filep##*text/} @@ -136,7 +136,6 @@ do outDir=$outDirLang'/text/'$stub mkdir -p $outDir ls $hlpFileDir/*.xhp >$xhpfiles - ${LO_TRACE} "${exedir}/helpex" -l $lang -mi $xhpfiles -m $potemp -o $outDir "${exedir}/helpex" -l $lang -mi $xhpfiles -m $potemp -o $outDir rm $potemp done @@ -144,7 +143,7 @@ fi #extracting bookmarks echo 'Extracting bookmarks' -./get_bookmark.sh $lang $productversion +./get_bookmark.sh $lang $productversion & convert2HTML $outDirLang $outDirHTML & |