summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-09-25 16:14:44 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-09-25 16:14:44 -0400
commitaa65ae4e13d6cd5db469dd8b38c2b2cddb8bb3e5 (patch)
treea3733935729e59ebf57dd6ec5d289775e713d2fc
parent6b26bca2593f258cadbca656924b4e6b5c40a7c7 (diff)
make swoosh.png from svg
-rw-r--r--Makefile7
-rw-r--r--img/swoosh.pngbin5782 -> 0 bytes
2 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 62429bb..aad371c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ SASS = sass
PHP = php5
srcfiles = \
- img/swoosh.png \
+ img/swoosh.svg \
style.scss \
header.php.patch \
Makefile \
@@ -13,7 +13,7 @@ srcfiles = \
license.txt \
css_shadow.php
-all: header.php style.css .gitignore
+all: header.php style.css img/swoosh.png .gitignore
style.css: logo-style.scss
@@ -28,6 +28,9 @@ style.css: logo-style.scss
%: %.php
$(PHP) -f $< > $@
+%.png: %.svg
+ rsvg-convert $< > $@
+
.gitignore: Makefile
echo "# DO NOT EDIT, this file is automatically made by \`Makefile'" >$@
echo '# ' >> '$@'
diff --git a/img/swoosh.png b/img/swoosh.png
deleted file mode 100644
index f01dd6d..0000000
--- a/img/swoosh.png
+++ /dev/null
Binary files differ