X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/blobdiff_plain/851c96af4bed6b5334d64ddce9f20b96906c71cc..d67bc3efdb29b32c0a4ade5420ce4e41165cf58a:/Makefile 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 \