Force PDF documentation build to fail on first error

This commit is contained in:
Richard Berger 2017-05-18 19:37:08 -04:00
parent 941b737319
commit 9593e05c9e
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ epub: $(OBJECTS)
pdf: utils/txt2html/txt2html.exe
@(\
set -e; \
cd src; \
../utils/txt2html/txt2html.exe -b *.txt; \
htmldoc --batch lammps.book; \