2004/ws/addressing Makefile.base,1.29,1.30

Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv24778

Modified Files:
	Makefile.base 
Log Message:
Updated diff generation: using cleanup script


Index: Makefile.base
===================================================================
RCS file: /sources/public/2004/ws/addressing/Makefile.base,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** Makefile.base	21 Apr 2006 16:03:42 -0000	1.29
--- Makefile.base	25 Apr 2006 09:07:28 -0000	1.30
***************
*** 77,81 ****
  ifndef FIRST
  	@wget -q -O $<-prevversion.html `$(TOOLS)/prevloc $(ADDR.xml)`;\
! 	$(TOOLS)/htmldiff $<-prevversion.html $(ADDR.html) | sed -e "s/<\(title\|h1\)>/\0${YEAR}-${MM}-${DD} diff-marked version: /g" | $(TIDY) - > $@ 2>/dev/null;\
  	rm $<-prevversion.html
  endif
--- 77,81 ----
  ifndef FIRST
  	@wget -q -O $<-prevversion.html `$(TOOLS)/prevloc $(ADDR.xml)`;\
! 	$(TOOLS)/htmldiff $<-prevversion.html $(ADDR.html) | $(TOOLS)/cleanup-diff.pl | sed -e "s/<\(title\|h1\)>/\0${YEAR}-${MM}-${DD} diff-marked version: /g" | $(TIDY) - > $@ 2>/dev/null;\
  	rm $<-prevversion.html
  endif

Received on Tuesday, 25 April 2006 09:07:39 UTC