summaryrefslogtreecommitdiffstats
path: root/help3xsl/get_hid2file.sh
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-11-23 19:39:38 +0100
committerDavid Tardon <dtardon@redhat.com>2017-12-07 13:39:48 +0100
commitba16363fee2832acf3a33c718fa60cfb5aa67fc8 (patch)
tree94b2461d35414ca844042ad4dcd4a3b1d2681bbf /help3xsl/get_hid2file.sh
parentAdd option to build en-US too. (diff)
downloadhelp-ba16363fee2832acf3a33c718fa60cfb5aa67fc8.tar.gz
help-ba16363fee2832acf3a33c718fa60cfb5aa67fc8.zip
move generation of HTML help to gbuild
Change-Id: Ic38ee7b9a3ee4a45bede9d494f717d833e53d69f
Diffstat (limited to 'help3xsl/get_hid2file.sh')
-rwxr-xr-xhelp3xsl/get_hid2file.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/help3xsl/get_hid2file.sh b/help3xsl/get_hid2file.sh
index 480572ed66..bf201da37f 100755
--- a/help3xsl/get_hid2file.sh
+++ b/help3xsl/get_hid2file.sh
@@ -17,7 +17,7 @@
#
###########################################
-workDir=$(realpath $2)
+workDir=$2
productversion=$1
helpFiles=$(realpath $workDir/../helpcontent2/source/text)
@@ -37,4 +37,3 @@ echo 'var map={' >> $bookmarkFile
awk 'NF' $tempFile >> $bookmarkFile
echo '};' >> $bookmarkFile
rm -f $tempFile
-exit