From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 01:16:49 +0000 (-0400) Subject: including instructions to generate logo.png from logo.svg X-Git-Tag: monkeysphere_0.12-1~31^2~43 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=7cf229c19f9907e816228c34a74aa3025ae5503f;p=monkeysphere.git including instructions to generate logo.png from logo.svg --- 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