- From: Hugo Haas <hugo@dev.w3.org>
- Date: Fri, 30 Jul 2004 11:46:19 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv27902
Modified Files:
Makefile Makefile.base Makefile.bindings Makefile.patterns
Log Message:
More fixes because of the renaming of part 2
Index: Makefile.bindings
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.bindings,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.bindings 26 Jul 2004 11:33:52 -0000 1.3
--- Makefile.bindings 30 Jul 2004 11:46:17 -0000 1.4
***************
*** 1,4 ****
PREFIX=wsdl20-bindings
! WSDL20.xml=$(PREFIX).xml
SCHEMAS= \
--- 1,5 ----
+ # -*-makefile-*-
PREFIX=wsdl20-bindings
! SOURCE.xml=$(PREFIX).xml
SCHEMAS= \
Index: Makefile
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile 26 Mar 2004 13:17:35 -0000 1.3
--- Makefile 30 Jul 2004 11:46:17 -0000 1.4
***************
*** 2,6 ****
PREFIX=wsdl20
! WSDL20.xml=$(PREFIX).xml
SCHEMAS=\
--- 2,6 ----
PREFIX=wsdl20
! SOURCE.xml=$(PREFIX).xml
SCHEMAS=\
Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Makefile.base 30 Jul 2004 11:35:15 -0000 1.23
--- Makefile.base 30 Jul 2004 11:46:17 -0000 1.24
***************
*** 27,31 ****
PUBDIR=$(WWW)/TR/$(THISDOC)
! WSDL20.html=$(WSDL20.xml:.xml=.html)
WSDL20.ps=$(PREFIX).ps
WSDL20.pdf=$(PREFIX).pdf
--- 27,32 ----
PUBDIR=$(WWW)/TR/$(THISDOC)
! WSDL20.xml=$(PREFIX).xml
! WSDL20.html=$(PREFIX).html
WSDL20.ps=$(PREFIX).ps
WSDL20.pdf=$(PREFIX).pdf
***************
*** 34,40 ****
STYLESHEET=xmlspec-wsdl.xsl
! $(WSDL20.html): $(WSDL20.xml) $(FILES) $(XSL)
@echo "Generating $@";\
! $(XSLTPROC) $(STYLESHEET) $(WSDL20.xml) > $@
@echo "Running tidy on $@";\
mv $@ $@.old; \
--- 35,41 ----
STYLESHEET=xmlspec-wsdl.xsl
! $(WSDL20.html): $(SOURCE.xml) $(FILES) $(XSL)
@echo "Generating $@";\
! $(XSLTPROC) $(STYLESHEET) $(SOURCE.xml) > $@
@echo "Running tidy on $@";\
mv $@ $@.old; \
***************
*** 54,58 ****
diff.html: $(WSDL20.html)
@echo "Generating diff";\
! 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;\
rm $<-prevversion.html
--- 55,59 ----
diff.html: $(WSDL20.html)
@echo "Generating diff";\
! wget -q -O $<-prevversion.html `$(TOOLS)/prevloc $(SOURCE.xml)`;\
$(TOOLS)/htmldiff $<-prevversion.html $(WSDL20.html) | sed -e "s/<\(title\|h1\)>/\0${YEAR}-${MM}-${DD} diff-marked version: /g" | $(TIDY) - > $@ 2>/dev/null;\
rm $<-prevversion.html
***************
*** 86,90 ****
check: validate-xml validate-html validate-pubrules checkspell validate-links
! valid-xml.txt: $(WSDL20.xml)
@echo "Validating $?";\
$(VALIDATE) file:$? && touch ./$@
--- 87,91 ----
check: validate-xml validate-html validate-pubrules checkspell validate-links
! valid-xml.txt: $(SOURCE.xml)
@echo "Validating $?";\
$(VALIDATE) file:$? && touch ./$@
***************
*** 126,130 ****
cp $(XSL) $(IMAGES) $(PUBDIR);\
cp $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\
! $(XSLTPROC) $(TOOLS)/identityxmlspec.xsl $(WSDL20.xml) > $(PUBDIR)/$(WSDL20.xml) ;\
cp $(WSDL20.html) $(PUBDIR)/Overview.html
--- 127,131 ----
cp $(XSL) $(IMAGES) $(PUBDIR);\
cp $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\
! $(XSLTPROC) $(TOOLS)/identityxmlspec.xsl $(SOURCE.xml) > $(PUBDIR)/$(WSDL20.xml) ;\
cp $(WSDL20.html) $(PUBDIR)/Overview.html
Index: Makefile.patterns
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.patterns,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.patterns 30 Jul 2004 09:35:52 -0000 1.4
--- Makefile.patterns 30 Jul 2004 11:46:17 -0000 1.5
***************
*** 2,7 ****
PREFIX=wsdl20-extensions
# Due to renaming:
! #WSDL20.xml=$(PREFIX).xml
! WSDL20.xml=wsdl20-patterns.xml
FILES=\
--- 2,7 ----
PREFIX=wsdl20-extensions
# Due to renaming:
! #SOURCE.xml=$(PREFIX).xml
! SOURCE.xml=wsdl20-patterns.xml
FILES=\
Received on Friday, 30 July 2004 07:46:36 UTC