diff options
Diffstat (limited to 'wo')
-rw-r--r-- | wo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wo/Makefile b/wo/Makefile index 4a6b81d..e40fa09 100644 --- a/wo/Makefile +++ b/wo/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 |