make/devkit/createPandocBundle.sh
branchihse-manpages-branch
changeset 57048 b2ed864c52b5
parent 57045 9c7f4a3c4139
child 57049 d13c49f43710
equal deleted inserted replaced
57047:d59991e5f462 57048:b2ed864c52b5
    31 
    31 
    32 ORIG_DIR=`pwd`
    32 ORIG_DIR=`pwd`
    33 cd "$TMPDIR"
    33 cd "$TMPDIR"
    34 PANDOC_VERSION=2.3.1
    34 PANDOC_VERSION=2.3.1
    35 PACKAGE_VERSION=1.0
    35 PACKAGE_VERSION=1.0
    36 TARGET_PLATFORM=macosx_x64
    36 TARGET_PLATFORM=linux_x64
    37 
    37 
    38 if [[ $TARGET_PLATFORM == linux_x64 ]] ; then
    38 if [[ $TARGET_PLATFORM == linux_x64 ]] ; then
    39   PANDOC_PLATFORM=linux
    39   PANDOC_PLATFORM=linux
    40   PANDOC_SUFFIX=tar.gz
    40   PANDOC_SUFFIX=tar.gz
    41 elif [[ $TARGET_PLATFORM == macosx_x64 ]] ; then
    41 elif [[ $TARGET_PLATFORM == macosx_x64 ]] ; then