diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2011-10-06 20:48:19 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2011-10-06 20:48:19 -0700 |
commit | a7d01d7e2d8af20a4dd5ea5b15b1a2be197d10cd (patch) | |
tree | e99bcd7d378da0b83956b87e0f1923dbc8024682 /Makefile | |
parent | 66184aab11c86d4d6d6d05dbe7dd4e7f5110b3d2 (diff) |
I ran magit to make my small commit, but noticed that apparently I hadn't commited in a while. So here.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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'" >$@ |