Mercurial > trustbridge
diff ui/img/src/Makefile @ 1211:b64f847bde09
(issue121) icon, new version for the do-changes button.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Tue, 23 Sep 2014 20:44:31 +0200 |
parents | 76c469b460d8 |
children | 57879b3ae12a |
line wrap: on
line diff
--- a/ui/img/src/Makefile Tue Sep 23 20:21:48 2014 +0200 +++ b/ui/img/src/Makefile Tue Sep 23 20:44:31 2014 +0200 @@ -5,7 +5,7 @@ targets := $(patsubst %.svg,%-48.png,$(svgs)) -all: $(targets) +all: $(targets) do-changes-16.png clean: rm $(targets) $(patsubst %.svg,%.png,$(svgs)) @@ -14,3 +14,6 @@ inkscape --without-gui "--export-png=$*.png" --export-dpi=72 --export-background-opacity=0 --export-width=512 --export-height=512 "$<" >/dev/null convert -filter Sinc -resize 48x48 "$*.png" "$@" +%-16.png:%.svg + inkscape --without-gui "--export-png=$@" --export-dpi=72 --export-background-opacity=0 --export-width=16 --export-height=16 "$<" >/dev/null +