git.schokokeks.org
Repositories
Help
Report an Issue
FLOSSFlyer.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
288f91b
Branches
Tags
master
munich
print
FLOSSFlyer.git
tri-fold
Makefile
Replace PDF merge script with Makefile
Johannes Albert
commited
288f91b
at 2014-05-30 21:06:54
Makefile
Blame
History
Raw
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