forked from lijiext/lammps
Force PDF documentation build to fail on first error
This commit is contained in:
parent
941b737319
commit
9593e05c9e
|
@ -100,6 +100,7 @@ epub: $(OBJECTS)
|
||||||
|
|
||||||
pdf: utils/txt2html/txt2html.exe
|
pdf: utils/txt2html/txt2html.exe
|
||||||
@(\
|
@(\
|
||||||
|
set -e; \
|
||||||
cd src; \
|
cd src; \
|
||||||
../utils/txt2html/txt2html.exe -b *.txt; \
|
../utils/txt2html/txt2html.exe -b *.txt; \
|
||||||
htmldoc --batch lammps.book; \
|
htmldoc --batch lammps.book; \
|
||||||
|
|
Loading…
Reference in New Issue