]> git.donarmstrong.com Git - debbugs.git/blob - html/logo/Makefile
the icon background should be white
[debbugs.git] / html / logo / Makefile
1 #!/usr/bin/make -f
2
3 all: debbugs_logo.svg debbugs_logo_icon.png
4
5 ## if you want to modify debbugs_logo.svg do the modifications to
6 ## debbugs_logo_orig.svg, and then run make update_debbugs_logo and check the
7 ## changes in.
8 update_debbugs_logo: debbugs_logo_orig.svg
9         inkscape --without-gui \
10         --export-text-to-path --export-plain-svg debbugs_logo.svg $<;
11
12 debbugs_logo_icon.png: debbugs_logo.svg
13         inkscape --without-gui \
14         --export-width 32 --export-height 32 \
15         --export-background=white \
16         --export-png $@ $<