From 28b8814377729e5093ed1f2688a56bcd9eaa11f8 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Tue, 27 Oct 2020 22:26:12 +0100 Subject: [PATCH] Validate epub after dbtoepub, not in loop. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a2492f..e68e50e 100644 --- a/Makefile +++ b/Makefile @@ -167,10 +167,10 @@ DBLATEX_OPTS = -T simple -t pdf -b xetex epub: $(SOURCE).epub for LANG in $(LANGS); do \ $(MAKE) $(SOURCE).$$LANG.epub ; \ - flightcrew-cli $(SOURCE).$$LANG.epub || exit 1 ; \ done %.epub: %.xml dbtoepub $^ + flightcrew-cli $@ || exit 1 html: $(SOURCE).html for LANG in $(LANGS); do \ -- 2.47.2