X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;ds=sidebyside;f=nametag%2FMakefile;fp=nametag%2FMakefile;h=b73eebdd44edadb1e11abec7c3c20abdbb0b8879;hb=8c4fc73ad835e887b547018a36e8343b7491487b;hp=a9c5a53762f4f23a269a3cf5113cc7f2fb66b752;hpb=d8b50f284d547ac26cb6f9ec1335e234e168933a;p=teilnehmertool.git diff --git a/nametag/Makefile b/nametag/Makefile index a9c5a53..b73eebd 100644 --- a/nametag/Makefile +++ b/nametag/Makefile @@ -1,6 +1,7 @@ SVGs = $(wildcard *.svg) PDFs = $(SVGs:%.svg=%.pdf) +all: nametags-all-nup.pdf %.pdf: %.svg inkscape -A $@ $< @@ -11,3 +12,10 @@ nametags-all.pdf: $(PDFs) nametags-all-nup.pdf: nametags-all.pdf pdfnup --nup 2x4 --no-landscape --a4paper nametags-all.pdf + + +clean: + rm -f nametags-all.pdf $(PDFs) + + +.PHONY: clean all