Update of /cvsroot/firebug/firebug/web/images
In directory sc8-pr-cvs1:/tmp/cvs-serv12626/web/images
Modified Files:
Makefile
Log Message:
modified makefile for 1.1 release.
Index: Makefile
===================================================================
RCS file: /cvsroot/firebug/firebug/web/images/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile 8 Mar 2003 00:32:28 -0000 1.3
--- Makefile 15 Oct 2003 23:14:25 -0000 1.4
***************
*** 8,12 ****
DIAPLOTS = data_message.png route_message.dia
! all: $(EPSPLOTS) $(DIAPLOTS)
.fig.png: $(PNGPLOTS)
--- 8,12 ----
DIAPLOTS = data_message.png route_message.dia
! all: $(EPSPLOTS) #$(DIAPLOTS)
.fig.png: $(PNGPLOTS)
|