- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 25 Apr 2006 09:34:31 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv30446
Modified Files:
Makefile.base
Log Message:
Calling cleanup at the right time
Index: Makefile.base
===================================================================
RCS file: /sources/public/2004/ws/addressing/Makefile.base,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** Makefile.base 25 Apr 2006 09:07:28 -0000 1.30
--- Makefile.base 25 Apr 2006 09:34:29 -0000 1.31
***************
*** 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
--- 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) - | $(TOOLS)/cleanup-diff.pl > $@ 2>/dev/null;\
rm $<-prevversion.html
endif
Received on Tuesday, 25 April 2006 09:34:41 UTC