summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index aad371c..c782b9b 100644
--- a/Makefile
+++ b/Makefile
@@ -11,11 +11,12 @@ srcfiles = \
Makefile \
logo-style.scss.php \
license.txt \
- css_shadow.php
+ css_shadow.php \
+ twentyeleven-fix.scss
all: header.php style.css img/swoosh.png .gitignore
-style.css: logo-style.scss
+style.css: logo-style.scss twentyeleven-fix.scss
%: %.patch ../twentyeleven/%
$(RM) $@
@@ -29,7 +30,7 @@ style.css: logo-style.scss
$(PHP) -f $< > $@
%.png: %.svg
- rsvg-convert $< > $@
+ rsvg-convert $< > $@.$$$$ && pngcrush $@.$$$$ $@ ; $(RM) $@.$$$$
.gitignore: Makefile
echo "# DO NOT EDIT, this file is automatically made by \`Makefile'" >$@