summaryrefslogtreecommitdiff
path: root/help3xsl/get_media.sh
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-08-09 12:22:27 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-08-09 19:36:02 +0200
commitaf3f6f6d7974bf2ddbf49d2e95e90a3e916af8df (patch)
tree85441ab83aef7f4e474b9c8b988cad05071db32b /help3xsl/get_media.sh
parentdbbcc7c949167f4a88fa91373f3012e67e30d255 (diff)
New Help housekeeping
remove deprecated files (gbuild has replaced them) Change-Id: I00a0a1558dfa80486dd64df37273c90bc6262fb0 Reviewed-on: https://gerrit.libreoffice.org/58784 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/get_media.sh')
-rwxr-xr-xhelp3xsl/get_media.sh43
1 files changed, 0 insertions, 43 deletions
diff --git a/help3xsl/get_media.sh b/help3xsl/get_media.sh
deleted file mode 100755
index ac1e90fc5e..0000000000
--- a/help3xsl/get_media.sh
+++ /dev/null
@@ -1,43 +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/.
-###########################################
-#
-# add auxiliary javascript and html files
-# add media files
-# will be located in $WORKDIR/HelpTargetHTML/$productversion/
-#
-#
-###########################################
-
-# $1 is Language
-# $2 is productversion
-# $3 is location of $(WORKDIR)
-
-lang=$1
-productVersion=$2
-workDir=$(realpath $3)
-
-# copy files
-
-echo 'copy global service files'
-
-outDir=$workDir'/HelpTargetHTML/'
-
-cp index.html $outDir
-cp help.html $outDir
-cp index2.html $outDir'/'$productVersion'/index.html'
-cp help.js $outDir'/'$productVersion'/'
-cp fuse.js $outDir'/'$productVersion'/'
-cp paginathing.js $outDir'/'$productVersion'/'
-cp normalize.css $outDir'/'$productVersion'/'
-cp default.css $outDir'/'$productVersion'/'
-
-cp -a ../source/media $outDir'/'$productVersion'/'
-
-colibre=$(realpath $workDir'/../icon-themes/colibre')
-cp -a $colibre $outDir'/'$productVersion'/media/icon-themes'