1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-21 12:40:08 +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.
before_install:
- pwd
- ls -la
- ./.travisScripts/buildPoppler.sh
- pwd
- ls -la
- ./.travisScripts/installPoppler.sh
#- ./.travisScripts/setupTests.sh
script:
- pwd
- ls -la
- ./dobuild
- ./doinstall --noWait
- /usr/bin/pdf2htmlEX -v
- /usr/local/bin/pdf2htmlEX -v

View File

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