Skip to content

Commit

Permalink
#570 turn off PDF manual for now
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 14, 2017
1 parent 99e45b4 commit 449b403
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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 ..
make latexpdf
###570###make latexpdf
cd build

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

#html
rm -fr ${WWW_ROOT}/doc/html
Expand Down
5 changes: 3 additions & 2 deletions manual/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ This manual built |today|.
:HTML:
http://download.nexusformat.org/doc/html/index.html

:PDF:
http://download.nexusformat.org/doc/NeXusManual.pdf
.. issue #570
:PDF:
http://download.nexusformat.org/doc/NeXusManual.pdf

A very brief overview (title: *NeXus for the Impatient*)
is also available (separate from the manual).
Expand Down

0 comments on commit 449b403

Please sign in to comment.