1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

We may as well update the website icon to match the other new ones.

[originally from svn r7153]
[this svn revision also touched putty-website]
This commit is contained in:
Jacob Nevins 2007-01-25 00:14:01 +00:00
parent 32915ba0c2
commit 0cc2540abb

View File

@ -72,6 +72,10 @@ installer.ico: installer-16.png installer-32.png installer-48.png \
-4 $(filter-out %-true.png, $(filter-out %-mono.png, $^)) \
-1 $(filter %-mono.png, $^) > $@
# Icon for the website. (This isn't linked into "make all".)
website.ico: putty-16.png
./icon.pl -4 $^ >$@
xpmputty.c: putty-16.png putty-32.png putty-48.png
./cicon.pl main_icon $^ > $@