diff options
author | David Tardon <dtardon@redhat.com> | 2017-11-23 19:39:38 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2017-12-07 13:39:48 +0100 |
commit | ba16363fee2832acf3a33c718fa60cfb5aa67fc8 (patch) | |
tree | 94b2461d35414ca844042ad4dcd4a3b1d2681bbf /help3xsl/get_hid2file.sh | |
parent | fb2f695bb4ad8ed6a9eeef0e155526df169796f3 (diff) |
move generation of HTML help to gbuild
Change-Id: Ic38ee7b9a3ee4a45bede9d494f717d833e53d69f
Diffstat (limited to 'help3xsl/get_hid2file.sh')
-rwxr-xr-x | help3xsl/get_hid2file.sh | 3 |
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 |