summaryrefslogtreecommitdiff
path: root/images/Makefile
blob: 9efd3cd06cfb013d98a2e838290cc43fadd742db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PDFS=\
	jahresverlauf.pdf \
	Volksstärke_Jahresverlauf.pdf \
	$(NULL)

all: $(PDFS)

clean:
	rm -f $(PDFS)

%.pdf: %.svg
	inkscape -o $@ --export-overwrite --export-type=pdf --export-area-page $<