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

corrected installed location of pdf2htmlEX

This commit is contained in:
Stephen Gaito 2019-09-30 11:15:08 +01:00
parent 1fc810a266
commit ae5b29c871
2 changed files with 1 additions and 15 deletions

View File

@ -73,17 +73,11 @@ matrix:
# - os: osx # Until the build passes, then re-enable. # - os: osx # Until the build passes, then re-enable.
before_install: before_install:
- pwd
- ls -la
- ./.travisScripts/buildPoppler.sh - ./.travisScripts/buildPoppler.sh
- pwd
- ls -la
- ./.travisScripts/installPoppler.sh - ./.travisScripts/installPoppler.sh
#- ./.travisScripts/setupTests.sh #- ./.travisScripts/setupTests.sh
script: script:
- pwd
- ls -la
- ./dobuild - ./dobuild
- ./doinstall --noWait - ./doinstall --noWait
- /usr/bin/pdf2htmlEX -v - /usr/local/bin/pdf2htmlEX -v

View File

@ -8,16 +8,8 @@ pushd poppler/build
sudo make install sudo make install
pwd
ls -la
popd popd
pwd
ls -la
sudo mkdir -p /usr/include/poppler sudo mkdir -p /usr/include/poppler
sudo cp poppler/poppler/*.h /usr/include/poppler sudo cp poppler/poppler/*.h /usr/include/poppler