- From: David Booth <dbooth@dev.w3.org>
- Date: Mon, 20 Dec 2004 17:33:35 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv31999 Modified Files: Makefile.base Log Message: Added "touch $<-prevversion.html" before trying to remove it, to avoid failing if it doesn't exist. Index: Makefile.base =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** Makefile.base 16 Dec 2004 17:46:45 -0000 1.42 --- Makefile.base 20 Dec 2004 17:33:32 -0000 1.43 *************** *** 76,79 **** --- 76,80 ---- 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;\ + touch $<-prevversion.html;\ rm $<-prevversion.html
Received on Monday, 20 December 2004 17:33:35 UTC