generate the docs first, so it will be done even if the tests hang

This commit is contained in:
fgerlits 2007-01-24 11:30:43 +00:00
parent 087253a71c
commit 6276fbbe22
1 changed files with 8 additions and 8 deletions

View File

@ -47,6 +47,14 @@ svn update &> ${logdir}/nightlySvnUpdate.log
ls -l ${logdir}/nightlySvnUpdate.log >> ${logdir}/nightlySvnUpdate.log
#-------------------------------------------------------------------------------
# Generate the documentation.
#-------------------------------------------------------------------------------
mv -f ${logdir}/nightlyMakeDoc.log ${logdir}/nightlyMakeDoc.log~
make doc &> ${logdir}/nightlyMakeDoc.log
ls -l ${logdir}/nightlyMakeDoc.log >> ${logdir}/nightlyMakeDoc.log
#-------------------------------------------------------------------------------
# Recompile the code.
#-------------------------------------------------------------------------------
@ -62,11 +70,3 @@ mv -f ${logdir}/nightlyMakeCheck.log ${logdir}/nightlyMakeCheck.log~
make check &> ${logdir}/nightlyMakeCheck.log
ls -l ${logdir}/nightlyMakeCheck.log >> ${logdir}/nightlyMakeCheck.log
#-------------------------------------------------------------------------------
# Generate the documentation.
#-------------------------------------------------------------------------------
mv -f ${logdir}/nightlyMakeDoc.log ${logdir}/nightlyMakeDoc.log~
make doc &> ${logdir}/nightlyMakeDoc.log
ls -l ${logdir}/nightlyMakeDoc.log >> ${logdir}/nightlyMakeDoc.log