summaryrefslogtreecommitdiff
path: root/help3xsl/get_media.sh
diff options
context:
space:
mode:
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'