From e5371e98c35b7e3e98a2c61a500bd3039a9315b7 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sun, 25 Feb 2018 12:22:58 +0100 Subject: [PATCH] Use flightcrew-cli to check generated epub files. --- Makefile | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 69d4b64..87758db 100644 --- a/Makefile +++ b/Makefile @@ -102,6 +102,7 @@ DBLATEX_OPTS = -T simple -t pdf -b xetex -p extra/pdf.xsl epub: $(SOURCE).epub for LANG in $(LANGS); do \ $(MAKE) $(SOURCE).$$LANG.epub ; \ + flightcrew-cli $(SOURCE).$$LANG.epub || exit 1 ; \ done %.epub: %.xml dbtoepub $^ diff --git a/debian/control b/debian/control index 2074dfd..39a8157 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends-Indep: , texlive-lang-spanish , texlive-latex-extra , dbtoepub + , flightcrew-cli Standards-Version: 4.0.0 Vcs-Browser: gitlab.com/gunnarwolf/madewithcc-es Vcs-Git: gitlab.com/gunnarwolf/madewithcc-es -- 2.47.2