altes infoZettelSystem ins Archiv verschoben

This commit is contained in:
marko
2021-10-21 08:37:21 +02:00
parent 9acaef77aa
commit 2325ea8294
95 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
PDF_TARGETS = $(wildcard infoZettel.2017/*.pdf)
PDF_PRINT_TARGETS = $(notdir $(PDF_TARGETS:.pdf=.druck.pdf))
.PHONY: all clean
all:
# make -j --directory=infoZettel.2016/
make -j --directory=infoZettel.2017/
clean:
make --directory=infoZettel.2016/ clean
make --directory=infoZettel.2017/ clean
$(RM) *.druck.pdf
.PHONY: druck
druck: all $(PDF_PRINT_TARGETS)
# echo $(PDF_TARGETS)
# echo $(PDF_PRINT_TARGETS)
%.druck.pdf: infoZettel.2017/%.pdf
pdfnup --outfile $@ --nup 2x2 --no-landscape $< '1,1,1,1,2,2,2,2'