2002/ws/desc/wsdl20 Makefile.base,1.54,1.55

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv11575

Modified Files:
	Makefile.base 
Log Message:
rm -f for diff


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** Makefile.base	3 May 2005 11:35:43 -0000	1.54
--- Makefile.base	3 May 2005 13:17:41 -0000	1.55
***************
*** 78,82 ****
  diff.html: $(WSDL20.html)
  	@echo "Generating diff";\
! 	rm $@;\
  	wget -q -O $<-prevversion.html `$(TOOLS)/prevloc $(WSDL20.xml)`;\
  	$(TOOLS)/htmldiff $<-prevversion.html $(WSDL20.html) | sed -e "s/<\(title\|h1\)>/\0${YEAR}-${MM}-${DD} diff-marked version: /g" | $(TIDY) - > $@ 2>/dev/null;\
--- 78,82 ----
  diff.html: $(WSDL20.html)
  	@echo "Generating diff";\
! 	rm -f $@;\
  	wget -q -O $<-prevversion.html `$(TOOLS)/prevloc $(WSDL20.xml)`;\
  	$(TOOLS)/htmldiff $<-prevversion.html $(WSDL20.html) | sed -e "s/<\(title\|h1\)>/\0${YEAR}-${MM}-${DD} diff-marked version: /g" | $(TIDY) - > $@ 2>/dev/null;\
***************
*** 192,196 ****
  	cp $(WSDL20.html) $(PUBDIR)/Overview.html
  ifdef HASZ
! 	cp $(WSDL20-z.html) $(PUBDIR)/Overview.html
  endif
  
--- 192,196 ----
  	cp $(WSDL20.html) $(PUBDIR)/Overview.html
  ifdef HASZ
! 	cp $(WSDL20-z.html) $(PUBDIR)
  endif
  

Received on Tuesday, 3 May 2005 13:18:11 UTC