diff --git a/buildScripts/buildInstallLocally b/buildScripts/buildInstallLocally index 4c0a3d3..4c15ffe 100755 --- a/buildScripts/buildInstallLocally +++ b/buildScripts/buildInstallLocally @@ -10,7 +10,7 @@ export MAKE_PARALLEL="-j $(nproc)" # choose one of the following... # -export PDF2HTMLEX_BRANCH=newBuildSystem +export PDF2HTMLEX_BRANCH=fontforge-update # export PDF2HTMLEX_BRANCH="$(git rev-parse --abbrev-ref HEAD)" ################ diff --git a/buildScripts/getPdf2htmlEX b/buildScripts/getPdf2htmlEX index 5c988d6..7075601 100755 --- a/buildScripts/getPdf2htmlEX +++ b/buildScripts/getPdf2htmlEX @@ -3,7 +3,7 @@ # This bash script automates the process of getting the original pdf2htmlEX # source -PDF2HTMLEX_BRANCH=newBuildSystem +PDF2HTMLEX_BRANCH=fontforge-update echo "" echo "-------------------------------------------------------------------"