diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-02-27 12:52:41 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-02-27 17:51:24 +0100 |
commit | 05e6b76a1511edde0e668f025cb8af140e396d9c (patch) | |
tree | 84c73a059149f68c0c19552e1ad5391ee507429d /help3xsl | |
parent | 87195b21bae39f7bc4fe4c35f305241d1f5d0b3f (diff) |
Update release for new help in script
Change-Id: Ia2531f7bb69d1ccb4c5e6665b04ffb6ab2b577cd
Reviewed-on: https://gerrit.libreoffice.org/50450
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rwxr-xr-x | help3xsl/xhp2html.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/help3xsl/xhp2html.sh b/help3xsl/xhp2html.sh index fc6bf175b8..335a1abe59 100755 --- a/help3xsl/xhp2html.sh +++ b/help3xsl/xhp2html.sh @@ -148,14 +148,13 @@ echo 'Conversion to HTML finished for '$3 ########################################### # Change root of git core -productversion='6.0' +productversion='6.1' local='no' fileTree='/' rootHelpex=/home/tdf/git/core ALL_LANGS='en-US am ar ast bg bn bn-IN bo bs ca ca-valencia cs da de dz el en-GB en-ZA eo es et eu fi fr gl gu he hi hr hu id is it ja ka km ko lo lt lv mk nb ne nl nn om pl pt-BR pt ro ru sid si sk sl sq sv ta tg tr ug uk vi zh-CN zh-TW' - here=$(pwd) root=$(realpath "$here/../..") |