From: Petter Reinholdtsen Date: Sun, 25 Feb 2018 11:22:58 +0000 (+0100) Subject: Use flightcrew-cli to check generated epub files. X-Git-Tag: es-printed~428 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/e5371e98c35b7e3e98a2c61a500bd3039a9315b7?ds=inline Use flightcrew-cli to check generated epub files. --- 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