]> pere.pagekite.me Git - text-madewithcc.git/commitdiff
Use flightcrew-cli to check generated epub files.
authorPetter Reinholdtsen <pere@hungry.com>
Sun, 25 Feb 2018 11:22:58 +0000 (12:22 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Sun, 25 Feb 2018 11:22:58 +0000 (12:22 +0100)
Makefile
debian/control

index 69d4b644f390fac14248605b40fcb9153b5f618f..87758dbbd2cb305dd9916ab6f62709c963e0be49 100644 (file)
--- 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 $^
index 2074dfd17b0c33f1b62f91835d695768e02a4b61..39a81570593ed947432468440908c66c1a548519 100644 (file)
@@ -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