- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Nov 2005 18:00:59 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv20856
Modified Files:
Makefile.base
Log Message:
Switched to diffmk
Added STATEXT for SOAP 1.1 binding
Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** Makefile.base 12 Nov 2005 16:22:40 -0000 1.89
--- Makefile.base 18 Nov 2005 18:00:57 -0000 1.90
***************
*** 9,13 ****
MM=$(shell grep "ENTITY draft.mm" entitieswd.dtd | cut -d '"' -f2)
DD=$(shell grep "ENTITY draft.dd" entitieswd.dtd | cut -d '"' -f2)
! STATUS=$(shell grep "ENTITY w3c.status" entitieswd.dtd | cut -d '"' -f2)
DOCNAME=$(STATUS)-$(PREFIX)-$(YEAR)$(MM)$(DD)
ifdef REALPREFIX
--- 9,13 ----
MM=$(shell grep "ENTITY draft.mm" entitieswd.dtd | cut -d '"' -f2)
DD=$(shell grep "ENTITY draft.dd" entitieswd.dtd | cut -d '"' -f2)
! STATUS=$(shell grep "ENTITY w3c.status$(STATEXT) " entitieswd.dtd | cut -d '"' -f2)
DOCNAME=$(STATUS)-$(PREFIX)-$(YEAR)$(MM)$(DD)
ifdef REALPREFIX
***************
*** 114,120 ****
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;\
touch $<-prevversion.html;\
! rm $<-prevversion.html
check: trhtml valid-html.txt valid-pubrules.html valid-ns.html checkspell.txt valid-links.txt
--- 114,122 ----
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;\
touch $<-prevversion.html;\
! rm $@-TMP $<-prevversion.html
check: trhtml valid-html.txt valid-pubrules.html valid-ns.html checkspell.txt valid-links.txt
Received on Friday, 18 November 2005 18:01:01 UTC