1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

ensure important buildScripts have set ev

This commit is contained in:
Stephen Gaito 2020-06-02 11:34:11 +00:00
parent aaf512d418
commit f1828789f6
12 changed files with 24 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -ev
# This bash script build FontForge # This bash script build FontForge
source buildScripts/reSourceVersionEnvs source buildScripts/reSourceVersionEnvs

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -ev
# This bash script builds pdf2htmlEX # This bash script builds pdf2htmlEX
echo "" echo ""

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -ev
# This bash script builds the latest poppler # This bash script builds the latest poppler
echo "" echo ""

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -ev
# This bash script automates getting the required build tools (apt install) # This bash script automates getting the required build tools (apt install)
# set the bash environment variable 'UNATTENDED' to '--assume-yes' for # set the bash environment variable 'UNATTENDED' to '--assume-yes' for

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -ev
# This bash script automates getting the required build tools (brew install) # This bash script automates getting the required build tools (brew install)
echo "" echo ""

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -ev
# This bash script automates getting the development libraries required to # This bash script automates getting the development libraries required to
# build poppler and fontforge # build poppler and fontforge

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -ev
# This bash script automates getting the development libraries required to # This bash script automates getting the development libraries required to
# build poppler and fontforge (using Home/Linux Brew) # build poppler and fontforge (using Home/Linux Brew)

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -ev
# This bash script gets and unpacks the latest fontforge AppImage # This bash script gets and unpacks the latest fontforge AppImage
source buildScripts/reSourceVersionEnvs source buildScripts/reSourceVersionEnvs

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -ev
# This bash script gets and unpacks the latest Poppler source code # This bash script gets and unpacks the latest Poppler source code
source buildScripts/reSourceVersionEnvs source buildScripts/reSourceVersionEnvs

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -ev
echo "" echo ""
echo "-------------------------------------------------------------------" echo "-------------------------------------------------------------------"
echo "INSTALLING FontForge locally" echo "INSTALLING FontForge locally"

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -ev
echo "" echo ""
echo "-------------------------------------------------------------------" echo "-------------------------------------------------------------------"
echo "INSTALLING pdf2htmlEX locally" echo "INSTALLING pdf2htmlEX locally"

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -ev
# This bash script installs Poppler into the local system # This bash script installs Poppler into the local system
echo "" echo ""