2002-11-08 Theodore A. Roth * doc/examples/demo/Makefile: Remove png transparency fix since it's done later anyways. Index: doc/examples/demo/Makefile =================================================================== RCS file: /cvsroot/avr-libc/avr-libc/doc/examples/demo/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- doc/examples/demo/Makefile 1 Nov 2002 07:09:00 -0000 1.3 +++ doc/examples/demo/Makefile 8 Nov 2002 21:57:12 -0000 @@ -70,8 +70,6 @@ # by the casual user. FIG2DEV = fig2dev -PNGTOPNM = pngtopnm -PNMTOPNG = pnmtopng EXTRA_CLEAN_FILES = *.hex *.bin *.srec dox: eps png pdf @@ -88,6 +86,4 @@ %.png: %.fig $(FIG2DEV) -L png $< $@ - $(PNGTOPNM) $@ > tmp.pnm - $(PNMTOPNG) -transparent white tmp.pnm >$@ && rm tmp.pnm