diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-21 23:22:34 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-21 23:22:34 -0400 |
commit | 2026d0ab0485e01c32be550a97b8bbd72cf35854 (patch) | |
tree | 4c8c1680aa280dcb697317e4c54ab69ca9d9cc99 /icons/Makefile | |
parent | 76898ff13a7ec08fc0eab0cfb6103eb8d2d61069 (diff) | |
download | GradeBook-2026d0ab0485e01c32be550a97b8bbd72cf35854.tar.gz GradeBook-2026d0ab0485e01c32be550a97b8bbd72cf35854.zip |
icons modified
Ignore-this: fb54a2733f21429d1399d447f2fcd5f3
darcs-hash:20110422032234-067c0-ffbb9bc6f56836735660a403052b2cc3912b70ce.gz
Diffstat (limited to 'icons/Makefile')
-rw-r--r-- | icons/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icons/Makefile b/icons/Makefile index 122a3bc..f6940a5 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -8,7 +8,7 @@ png_targets = $(svg_targets:%.svg=%.png) png: $(png_targets) $(png_targets): %.png : %.svg - inkscape --export-png=$@ $< + inkscape -h 32 -w 32 --export-background=white --export-background-opacity=.5 --export-png=$@ $< pdf: $(pdf_targets) @@ -20,5 +20,5 @@ clean: real_clean: clean - rm -f $(pdf_targets) + rm -f $(pdf_targets) $(png_targets) |