Skip to content

Commit

Permalink
refs #473
Browse files Browse the repository at this point in the history
that should remove it, rather than hide it.
  • Loading branch information
zjttoefs committed May 8, 2018
1 parent 1c5eb1f commit aed3fa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jenkins_build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ if test "${job_name}" = "master branch"; then
#pdf
cp -f latex/nexus.pdf ${WWW_ROOT}/doc/NeXusManual.pdf

# remove doxygen #473
rm -rf ${WWW_ROOT}/doxygen/

#html
rm -fr ${WWW_ROOT}/doc/html
cp -fr html ${WWW_ROOT}/doc
Expand All @@ -45,7 +48,6 @@ if test "${job_name}" = "master branch"; then

( cd www/download.nexusformat.org; cp -rf * ${WWW_ROOT} )

cat > ${WWW_ROOT}/doxygen/index.html < /dev/null

( cd impatient-guide && cp -f _build/latex/NXImpatient.pdf ${WWW_ROOT}/doc/NXImpatient.pdf && rm -rf ${WWW_ROOT}/doc/impatient && cp -rf _build/html ${WWW_ROOT}/doc/impatient )
fi
Expand Down

0 comments on commit aed3fa1

Please sign in to comment.