Skip to content

Commit

Permalink
#567 restore build(s) of PDF manual
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 16, 2017
1 parent 89c22fd commit edecbe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ script:
- python ./utils/test_suite.py
- make makebuilddir
- pushd build/manual
- make latexpdf && cp build/latex/nexus.pdf build/html/NeXusManual.pdf
- cd build
#- make latexpdf && cp latex/nexus.pdf html/NeXusManual.pdf
- tar czf ../../../docs.tar.gz html
- popd
- ls -lAGh
4 changes: 2 additions & 2 deletions jenkins_build
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ if test "${job_name}" = "master branch"; then
cp -fr examples ${WWW_ROOT}/doc

cd ..
###570###make latexpdf
make latexpdf
cd build

#pdf
###570###cp -f latex/nexus.pdf ${WWW_ROOT}/doc/NeXusManual.pdf
cp -f latex/nexus.pdf ${WWW_ROOT}/doc/NeXusManual.pdf

#html
rm -fr ${WWW_ROOT}/doc/html
Expand Down

0 comments on commit edecbe2

Please sign in to comment.