Commit 9593e05c authored by Richard Berger's avatar Richard Berger
Browse files

Force PDF documentation build to fail on first error

parent 941b7373
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;          \