- From: Hugo Haas <hugo@dev.w3.org>
- Date: Tue, 03 Aug 2004 15:14:46 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv32276
Modified Files:
Makefile Makefile.base Makefile.bindings Makefile.core
Makefile.extensions entitiesedcopy.dtd
Log Message:
Changed name: wsdl20-patterns changed into wsdl20-extensions
Index: Makefile
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile 2 Aug 2004 16:57:51 -0000 1.6
--- Makefile 3 Aug 2004 15:14:44 -0000 1.7
***************
*** 1,4 ****
PART1=Makefile.core
! PART2=Makefile.patterns
PART3=Makefile.bindings
--- 1,4 ----
PART1=Makefile.core
! PART2=Makefile.extensions
PART3=Makefile.bindings
Index: Makefile.extensions
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.extensions,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.extensions 3 Aug 2004 15:06:53 -0000 1.1
--- Makefile.extensions 3 Aug 2004 15:14:44 -0000 1.2
***************
*** 1,10 ****
# -*-makefile-*-
PREFIX=wsdl20-extensions
- # Due to renaming:
- #SOURCE.xml=$(PREFIX).xml
- SOURCE.xml=wsdl20-patterns.xml
FILES=\
- $(SOURCE.xml) \
status.xml \
status-patterns.xml \
--- 1,6 ----
Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** Makefile.base 3 Aug 2004 15:00:08 -0000 1.34
--- Makefile.base 3 Aug 2004 15:14:44 -0000 1.35
***************
*** 37,51 ****
STYLESHEET=xmlspec-wsdl.xsl
! $(WSDL20.html): $(SOURCE.xml) $(FILES) $(XSL) valid-xml.txt
@echo "Generating $@";\
! $(XSLTPROC) $(STYLESHEET) $(SOURCE.xml) > $@
@echo "Running tidy on $@";\
mv $@ $@.old; \
$(TIDY) $@.old > $@ 2>./tidy-output.txt;\
rm $@.old
- ifneq "$(SOURCE.xml:.xml=.html)" "$(WSDL20.html)"
- cp $(WSDL20.html) $(SOURCE.xml:.xml=.html)
- endif
- # The line above is because of the renaming of Part 2
$(WSDL20.ps): $(WSDL20.html) $(IMAGES)
--- 37,47 ----
STYLESHEET=xmlspec-wsdl.xsl
! $(WSDL20.html): $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt
@echo "Generating $@";\
! $(XSLTPROC) $(STYLESHEET) $(WSDL20.xml) > $@
@echo "Running tidy on $@";\
mv $@ $@.old; \
$(TIDY) $@.old > $@ 2>./tidy-output.txt;\
rm $@.old
$(WSDL20.ps): $(WSDL20.html) $(IMAGES)
***************
*** 61,65 ****
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
--- 57,61 ----
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
***************
*** 95,99 ****
check: validate-xml validate-html validate-pubrules checkspell validate-links
! valid-xml.txt: $(SOURCE.xml)
@echo "Validating $?";\
$(VALIDATE) file:$? && touch ./$@
--- 91,95 ----
check: validate-xml validate-html validate-pubrules checkspell validate-links
! valid-xml.txt: $(WSDL20.xml)
@echo "Validating $?";\
$(VALIDATE) file:$? && touch ./$@
***************
*** 140,144 ****
cp $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\
cat htaccess-for-html htaccess-for-text > $(PUBDIR)/.htaccess;\
! $(XSLTPROC) $(TOOLS)/identityxmlspec.xsl $(SOURCE.xml) > $(PUBDIR)/$(WSDL20.xml) ;\
cp $(WSDL20.html) $(PUBDIR)/Overview.html
--- 136,140 ----
cp $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\
cat htaccess-for-html htaccess-for-text > $(PUBDIR)/.htaccess;\
! $(XSLTPROC) $(TOOLS)/identityxmlspec.xsl $(WSDL20.xml) > $(PUBDIR)/$(WSDL20.xml) ;\
cp $(WSDL20.html) $(PUBDIR)/Overview.html
Index: Makefile.bindings
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.bindings,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.bindings 2 Aug 2004 09:16:45 -0000 1.6
--- Makefile.bindings 3 Aug 2004 15:14:44 -0000 1.7
***************
*** 1,5 ****
# -*-makefile-*-
PREFIX=wsdl20-bindings
- SOURCE.xml=$(PREFIX).xml
SCHEMAS= \
--- 1,4 ----
***************
*** 8,12 ****
FILES=\
- $(SOURCE.xml) \
properties.dtd \
status.xml \
--- 7,10 ----
Index: entitiesedcopy.dtd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/entitiesedcopy.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** entitiesedcopy.dtd 5 Nov 2003 00:25:01 -0000 1.1
--- entitiesedcopy.dtd 3 Aug 2004 15:14:44 -0000 1.2
***************
*** 18,22 ****
<!ENTITY part0.prefix "wsdl20-primer">
<!ENTITY part1.prefix "wsdl20">
! <!ENTITY part2.prefix "wsdl20-patterns">
<!ENTITY part3.prefix "wsdl20-bindings">
<!ENTITY reqs.prefix "ws-desc-reqs">
--- 18,22 ----
<!ENTITY part0.prefix "wsdl20-primer">
<!ENTITY part1.prefix "wsdl20">
! <!ENTITY part2.prefix "wsdl20-extensions">
<!ENTITY part3.prefix "wsdl20-bindings">
<!ENTITY reqs.prefix "ws-desc-reqs">
Index: Makefile.core
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.core,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.core 30 Jul 2004 14:11:30 -0000 1.1
--- Makefile.core 3 Aug 2004 15:14:44 -0000 1.2
***************
*** 3,7 ****
PREFIX=wsdl20
- SOURCE.xml=$(PREFIX).xml
SCHEMAS=\
--- 3,6 ----
***************
*** 13,17 ****
FILES=\
- $(SOURCE.xml) \
$(IMAGES) \
status.xml \
--- 12,15 ----
Received on Tuesday, 3 August 2004 11:15:07 UTC