mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
detect latex more verbosely and prevent it from stopping the build when it encounters an error
This commit is contained in:
parent
1696ae560e
commit
5c167e93d7
@ -28,11 +28,11 @@ CLEANFILES += $(EPS_FILES)
|
||||
dumux-handbook.tex: $(EPS_FILES)
|
||||
|
||||
dumux-handbook.pdf: $(TEXSOURCE)
|
||||
@LATEX@ dumux-handbook.tex
|
||||
@BIBTEX@ dumux-handbook
|
||||
@LATEX@ dumux-handbook.tex
|
||||
@LATEX@ dumux-handbook.tex
|
||||
@DVIPDF@ dumux-handbook
|
||||
@LATEX@ dumux-handbook.tex <&-
|
||||
@BIBTEX@ dumux-handbook <&-
|
||||
@LATEX@ dumux-handbook.tex <&-
|
||||
@LATEX@ dumux-handbook.tex <&-
|
||||
@DVIPDF@ dumux-handbook <&-
|
||||
|
||||
#dist-hook:
|
||||
# sed $(srcdir)/Makefile.dist.am -e 's/Makefile\.dist/Makefile/g' > $(distdir)/Makefile.am
|
||||
|
Loading…
Reference in New Issue
Block a user