summaryrefslogtreecommitdiff
path: root/help3xsl/makeonline.sh
diff options
context:
space:
mode:
authorShinnok <admin@shinnok.com>2017-12-06 13:16:05 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2017-12-06 13:27:09 +0100
commitc09e0355995d329cbd0c60ff7e6008c0f06b45df (patch)
tree71bc271a7f0ce4689a6a96f26db258271489fe90 /help3xsl/makeonline.sh
parent0b1c7e3c53f36b36f304270fd7aa455321dfd8fe (diff)
Merge makelocal and makeonline into single script.
Scripts were identical; only difference is whether we pass local yes/no to get_html.sh. Choice is now expressed via first param to makehelp.sh; build local is default. Change-Id: Icbe274fe6d9aeb86c7950aa69daf574e271e3b84 Reviewed-on: https://gerrit.libreoffice.org/45943 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/makeonline.sh')
-rwxr-xr-xhelp3xsl/makeonline.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/help3xsl/makeonline.sh b/help3xsl/makeonline.sh
deleted file mode 100755
index 90813de2e3..0000000000
--- a/help3xsl/makeonline.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#/bin/bash
-
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-productVersion=6.0
-workDir=$(realpath '../../workdir')
-langDirSource=$workDir'/HelpTranslatePartTarget'
-
-./get_hid2file.sh $productVersion $workDir
-
-for lang in $(ls $langDirSource)
-do
-./get_bookmark.sh $lang $productVersion $workDir
-./get_html.sh $lang $productVersion $workDir 'no' '/'
-./get_tree.sh $lang $productVersion $workDir
-done
-
-./get_media.sh 'dummy' $productVersion $workDir
-
-exit