add Makefile to generate plakat.pdf
authorMichael Gebetsroither <michael@mgeb.org>
Tue, 28 May 2013 16:46:07 +0000 (16:46 +0000)
committerMichael Gebetsroither <michael@mgeb.org>
Tue, 28 May 2013 16:46:07 +0000 (16:46 +0000)
logo/Makefile [new file with mode: 0644]

diff --git a/logo/Makefile b/logo/Makefile
new file mode 100644 (file)
index 0000000..6cca9f6
--- /dev/null
@@ -0,0 +1,9 @@
+SPDF := plakat.pdf
+
+all: $(SPDF)
+
+$(SPDF): %.pdf: %.svg
+       inkscape $< --export-pdf=$@
+
+clean:
+       rm -f $(SPDF)