diff options
Diffstat (limited to 'mate/256x256/actions/Makefile.am')
-rw-r--r-- | mate/256x256/actions/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mate/256x256/actions/Makefile.am b/mate/256x256/actions/Makefile.am index e951bcf..ecbacb5 100644 --- a/mate/256x256/actions/Makefile.am +++ b/mate/256x256/actions/Makefile.am @@ -23,6 +23,7 @@ png_icons = \ go-next.png \ go-previous.png \ mail-message-new.png \ + mail-send.png \ process-stop.png \ system-lock-screen.png \ system-log-out.png \ @@ -152,6 +153,11 @@ mail-message-new.png: ../../../src/open-envelopes.svg @inkscape -z $^ --export-area=20:13:276:269 -w=256 -h=256 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ +mail-send.png: ../../../src/mail-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=10:10:266:266 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + process-stop.png: ../../../src/navigation-icons.svg @echo " "$@ @inkscape -z $^ --export-area=576:-552:832:-296 -w=256 -h=256 -e=$@ 1> /dev/null |