summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2011-11-29Add ability to use imagemagick convert instead of rsvg-convertLuke Shumaker
* Add `pick' function to pick the first program found in $PATH from a list * Set SVG2PNG = $(call pick,rsvg-convert convert) * If SVG2PNG resolves to rsvg-convert, set SVG2PNG_OUTFLAG=-o * Change the SVG2PNG invocation from $(SVG2PNG) $< > $@.$$$$ to $(SVG2PNG) $< $(SVG2PNG_OUTFLAG) $@.$$$$
2011-11-27Add twentyeleven-fix.scss and license.txt to the implicit srcfiles listLuke Shumaker
2011-11-27whoops, now .gitignore has to also depend on theme.mkLuke Shumaker
2011-11-27turn rsvg-convert and pngcrush into variablesLuke Shumaker
2011-11-27move non-generic things into theme.mk, add `clean' and `distclean' rulesLuke Shumaker
2011-11-27fix a few issues in MakefileLuke Shumaker
* find the correct php executable * don't ignore .gitignore * fix problems with .gitignore and directories
2011-10-06I ran magit to make my small commit, but noticed that apparently I hadn't ↵Luke Shumaker
commited in a while. So here.
2011-09-25make swoosh.png from svgLuke Shumaker
2011-09-25meh do stuffLuke Shumaker