Fail on pandoc warnings

This commit is contained in:
Michael Reed 2020-06-15 18:32:06 -04:00
parent 1d6a0c3ca3
commit e790ed3b92

View file

@ -62,6 +62,7 @@ out/plfa.epub: out/ $(AGDA) $(LUA) epub.css fonts/*.ttf
--lua-filter check-internal-links.lua \ --lua-filter check-internal-links.lua \
--lua-filter default-code-class.lua -M default-code-class=agda \ --lua-filter default-code-class.lua -M default-code-class=agda \
--standalone \ --standalone \
--fail-if-warnings \
--toc --toc-depth=2 \ --toc --toc-depth=2 \
--epub-chapter-level=2 \ --epub-chapter-level=2 \
-o "$@" \ -o "$@" \