Johannes Albert commited on 2014-09-10 14:38:04 Zeige 1 geänderte Dateien mit 11 Einfügungen und 0 Löschungen.
This reverts commit f5289f71fd475f29f94624501f5da4995d6146c5.
@@ -0,0 +1,11 @@
+
+LAYERS=$(patsubst tmp/%-front.pdf, %, $(wildcard tmp/*-front.pdf))
+all: $(LAYERS)
+%:: tmp/%-front.pdf tmp/%-back.pdf
+ pdftk A="tmp/$(*F)-front.pdf" B="tmp/$(*F)-back.pdf" cat AW BW output "pdf/$(*F).pdf"
+clean:
+ rm pdf/*.pdf