mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
slightly improve the handbook build script
if some command fails, it now stops.
This commit is contained in:
parent
b2a1608e0b
commit
bdb8c8eeff
@ -1,11 +1,11 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# this script build the eWoms handbook from its LaTeX sources. The
|
# this script builds the eWoms handbook from its LaTeX sources. The
|
||||||
# result file is called "ewoms-handbook.pdf"
|
# result file is called "ewoms-handbook.pdf"
|
||||||
|
|
||||||
latex ewoms-handbook
|
latex ewoms-handbook || exit $?
|
||||||
bibtex ewoms-handbook
|
bibtex ewoms-handbook || exit $?
|
||||||
latex ewoms-handbook
|
latex ewoms-handbook || exit $?
|
||||||
latex ewoms-handbook
|
latex ewoms-handbook || exit $?
|
||||||
dvipdf ewoms-handbook
|
dvipdf ewoms-handbook || exit $?
|
||||||
rm ewoms-handbook.dvi
|
rm ewoms-handbook.dvi
|
||||||
|
Loading…
Reference in New Issue
Block a user