- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Nov 2005 19:24:22 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv14170
Modified Files:
Makefile.base
Log Message:
diffmk: not diffing elements; it seems to generate too many changes
Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** Makefile.base 18 Nov 2005 18:07:09 -0000 1.91
--- Makefile.base 18 Nov 2005 19:24:20 -0000 1.92
***************
*** 115,119 ****
rm -f $@;\
wget -q -O $<-prevversion.html `$(TOOLS)/prevloc $(WSDL20.xml)`;\
! $(TOOLS)/diffmk --showdelete --diff both --doctype xhtml $<-prevversion.html $(WSDL20.html) $@;\
sed -e "s/<\(title\|h1\)>/\0${YEAR}-${MM}-${DD} diff-marked version: /g" $@ > $@-TMP;\
$(TIDY) $@-TMP > $@ 2>/dev/null;\
--- 115,119 ----
rm -f $@;\
wget -q -O $<-prevversion.html `$(TOOLS)/prevloc $(WSDL20.xml)`;\
! $(TOOLS)/diffmk --showdelete --diff text --doctype xhtml $<-prevversion.html $(WSDL20.html) $@;\
sed -e "s/<\(title\|h1\)>/\0${YEAR}-${MM}-${DD} diff-marked version: /g" $@ > $@-TMP;\
$(TIDY) $@-TMP > $@ 2>/dev/null;\
Received on Friday, 18 November 2005 19:24:26 UTC