Fix diagram rendering in Nix builds

This commit is contained in:
Dunya Kirkali
2026-08-08 22:52:15 +02:00
parent 0f64b1133e
commit bedaa8e5a2
4 changed files with 17 additions and 4 deletions

View File

@@ -13,7 +13,8 @@ EPUB_NAME := book.epub
EPUB_PATH := output/$(EPUB_NAME)
ASCIIDOC_FLAGS = \
--doctype book
--doctype book \
--failure-level ERROR
.PHONY: all count clean lint epubcheck