projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db2865f
)
add Makefile to generate plakat.pdf
author
Michael Gebetsroither
<michael@mgeb.org>
Tue, 28 May 2013 16:46:07 +0000
(16:46 +0000)
committer
Michael Gebetsroither
<michael@mgeb.org>
Tue, 28 May 2013 16:46:07 +0000
(16:46 +0000)
logo/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/logo/Makefile
b/logo/Makefile
new file mode 100644
(file)
index 0000000..
6cca9f6
--- /dev/null
+++ b/
logo/Makefile
@@ -0,0
+1,9
@@
+SPDF := plakat.pdf
+
+all: $(SPDF)
+
+$(SPDF): %.pdf: %.svg
+ inkscape $< --export-pdf=$@
+
+clean:
+ rm -f $(SPDF)