diff options
Diffstat (limited to 'Ich_glaub_an_einen_Gott_der_singt')
-rw-r--r-- | Ich_glaub_an_einen_Gott_der_singt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Ich_glaub_an_einen_Gott_der_singt/Makefile b/Ich_glaub_an_einen_Gott_der_singt/Makefile index 4a6b81d..e40fa09 100644 --- a/Ich_glaub_an_einen_Gott_der_singt/Makefile +++ b/Ich_glaub_an_einen_Gott_der_singt/Makefile @@ -1,7 +1,8 @@ CURDOC=$(shell basename "$(CURDIR)") -all: $(CURDOC).pdf - pkill -SIGHUP -xf 'mupdf(-x11)? (.*/)?$<' || true +EXTRAS=$(shell ../.meta/find-extras) + +all: $(CURDOC)$(EXTRAS).pdf $(CURDOC)$(EXTRAS)-tolino.pdf clean: rm -f *.pre |