diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-29 17:09:39 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-29 17:09:39 -0500 |
commit | 5714a584a3f8cd576df4a2042286b10cf76e54c3 (patch) | |
tree | 51b6170dc208ac4939c0e932bed4269523db15cf /.gitignore | |
parent | ea262045fbf26c153e6e4c46b5b67ad296cda8c1 (diff) |
Add ability to use imagemagick convert instead of rsvg-convert
* 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) $@.$$$$
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions