summaryrefslogtreecommitdiff
path: root/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'images/Makefile')
-rw-r--r--images/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/images/Makefile b/images/Makefile
new file mode 100644
index 0000000..98e554b
--- /dev/null
+++ b/images/Makefile
@@ -0,0 +1,11 @@
+PDFS=\
+ jahresverlaufsvg.pdf \
+ $(NULL)
+
+all: $(PDFS)
+
+clean:
+ rm -f $(PDFS)
+
+%.pdf: %.svg
+ inkscape -A $@ $<