diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-09-01 23:08:58 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-09-01 23:08:58 -0700 |
commit | 948b21702fbeaf1874286bd9b0d7c27c37d55c2a (patch) | |
tree | 87be9f29516bfe0ca78ad61a57c666e76adfcd28 /doc/artwork/Makefile | |
parent | 5bb8d410b08bf36d1ff3f36257ac364080d80aa9 (diff) | |
parent | 212c4e507b0a96a05fa8ee4232e821c77285eebf (diff) |
Merge commit 'dkg/master'
Conflicts:
website/doc.mdwn
website/templates/nav.mdwn
Diffstat (limited to 'doc/artwork/Makefile')
-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 |