git.schokokeks.org
Repositories
Help
Report an Issue
FLOSSFlyer.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
608be02
Branches
Tags
master
munich
print
FLOSSFlyer.git
Inkscape
Makefile
Revert "Makefile in richtigen Ordner verschoben"
Johannes Albert
commited
608be02
at 2014-09-10 14:38:04
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