diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 21:16:49 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 21:16:49 -0400 |
commit | 7cf229c19f9907e816228c34a74aa3025ae5503f (patch) | |
tree | 03735365c0a37ba130d3e60b953cee2274e2385e /doc/artwork | |
parent | b9ca331bec81f71f3ea12274bd5ad1064435961a (diff) |
including instructions to generate logo.png from logo.svg
Diffstat (limited to 'doc/artwork')
-rw-r--r-- | doc/artwork/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/artwork/Makefile b/doc/artwork/Makefile new file mode 100644 index 0000000..b0cb37a --- /dev/null +++ b/doc/artwork/Makefile @@ -0,0 +1,2 @@ +logo.png: logo.svg + inkscape -e logo.png logo.svg |