Index: icons/Makefile =================================================================== --- icons/Makefile (revision 8666) +++ icons/Makefile (working copy) @@ -9,6 +9,7 @@ IBASE = $(patsubst %,%-ibase.png,$(PUZZLES)) IBASE4 = $(patsubst %,%-ibase4.png,$(PUZZLES)) +P86D24 = $(patsubst %,%-86d24.png,$(PUZZLES)) P48D24 = $(patsubst %,%-48d24.png,$(PUZZLES)) P48D8 = $(patsubst %,%-48d8.png,$(PUZZLES)) P48D4 = $(patsubst %,%-48d4.png,$(PUZZLES)) @@ -27,6 +28,7 @@ base: $(BASE) web: $(WEB) +illumeicons: $(P86D24) pngicons: $(P48D24) $(P32D24) $(P16D24) winicons: $(ICONS) $(RC) gtkicons: $(CICONS) @@ -85,6 +87,8 @@ convert -colors 16 +dither -map $(PIC)win16pal.xpm $^ $@ # Build the 24-bit PNGs for the icons, at three sizes. +$(P86D24): %-86d24.png: %-ibase.png + $(PIC)square.pl 86 4 $^ $@ $(P48D24): %-48d24.png: %-ibase.png $(PIC)square.pl 48 4 $^ $@ $(P32D24): %-32d24.png: %-ibase.png