X-Git-Url: https://git.siccegge.de//index.cgi?p=teilnehmertool.git;a=blobdiff_plain;f=quittungen%2FMakefile;fp=quittungen%2FMakefile;h=dbdb036e969a2d6054c09811f3409aa6616ff6b5;hp=0000000000000000000000000000000000000000;hb=fca1e6cfe82a5558181fe2234f6a19fe778b560b;hpb=c72f4eca2b92e22afd9b5b6f224a64aae433f950 diff --git a/quittungen/Makefile b/quittungen/Makefile new file mode 100644 index 0000000..dbdb036 --- /dev/null +++ b/quittungen/Makefile @@ -0,0 +1,8 @@ +TEXs = $(wildcard *.tex) +PDFs = $(TEXs:%.tex=%.pdf) + + +all: $(PDFs) + +%.pdf: %.tex + latexmk -pdf $<