2002/ws/desc/wsdl20 status-adjuncts.xml,1.10,1.11 status-primer.xml,1.10,1.11 status-soap11-binding.xml,1.11,1.12 status.xml,1.20,1.21 Makefile.base,1.90,1.91 .cvsignore,1.8,1.9

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv22629

Modified Files:
	status-adjuncts.xml status-primer.xml 
	status-soap11-binding.xml status.xml Makefile.base .cvsignore 
Log Message:
Changed from diff.html to &prefix;-diff.html


Index: .cvsignore
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** .cvsignore	27 Jul 2005 18:02:07 -0000	1.8
--- .cvsignore	18 Nov 2005 18:07:09 -0000	1.9
***************
*** 8,12 ****
  wsdl20.txt
  html2ps.dbg
! diff.html
  *.aux
  *.log
--- 8,12 ----
  wsdl20.txt
  html2ps.dbg
! *-diff.html
  *.aux
  *.log

Index: status-primer.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/status-primer.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** status-primer.xml	18 Nov 2005 17:57:57 -0000	1.10
--- status-primer.xml	18 Nov 2005 18:07:09 -0000	1.11
***************
*** 29,33 ****
        can be found in the <loc
        href='http://www.w3.org/2002/ws/desc/5/lc-issues/'>Last Call issues list</loc>.
!       A <loc href="diff.html">diff-marked version against the
        previous version of this document</loc> is available.
      </p>
--- 29,33 ----
        can be found in the <loc
        href='http://www.w3.org/2002/ws/desc/5/lc-issues/'>Last Call issues list</loc>.
!       A <loc href="&prefix;-diff.html">diff-marked version against the
        previous version of this document</loc> is available.
      </p>

Index: status-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/status-adjuncts.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** status-adjuncts.xml	18 Nov 2005 14:06:47 -0000	1.10
--- status-adjuncts.xml	18 Nov 2005 18:07:09 -0000	1.11
***************
*** 31,35 ****
        can be found in the <loc
        href='http://www.w3.org/2002/ws/desc/5/lc-issues/'>Last Call issues list</loc>.
!       A <loc href="diff.html">diff-marked version against the
        previous version of this document</loc> is available. For a
        detailed list of changes since the last publication of this
--- 31,35 ----
        can be found in the <loc
        href='http://www.w3.org/2002/ws/desc/5/lc-issues/'>Last Call issues list</loc>.
!       A <loc href="&prefix;-diff.html">diff-marked version against the
        previous version of this document</loc> is available. For a
        detailed list of changes since the last publication of this

Index: status-soap11-binding.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/status-soap11-binding.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** status-soap11-binding.xml	18 Nov 2005 16:39:06 -0000	1.11
--- status-soap11-binding.xml	18 Nov 2005 18:07:09 -0000	1.12
***************
*** 39,43 ****
      </p>
  
!     <p>A <loc href="diff.html">diff-marked version against the
      previous version of this document</loc> is available. For a
      detailed list of changes since the last publication of this
--- 39,43 ----
      </p>
  
!     <p>A <loc href="&prefix;-diff.html">diff-marked version against the
      previous version of this document</loc> is available. For a
      detailed list of changes since the last publication of this

Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** Makefile.base	18 Nov 2005 18:00:57 -0000	1.90
--- Makefile.base	18 Nov 2005 18:07:09 -0000	1.91
***************
*** 44,47 ****
--- 44,48 ----
  WSDL20.pdf=$(PREFIX).pdf
  WSDL20.txt=$(PREFIX).txt
+ WSDL20-diff.html=$(PREFIX)-diff.html
  
  STYLESHEET=xmlspec-wsdl.xsl
***************
*** 110,114 ****
          $(HTML2TEXT) $< > $@
  
! diff.html: $(WSDL20.html)
  	@echo "Generating diff";\
  	rm -f $@;\
--- 111,115 ----
          $(HTML2TEXT) $< > $@
  
! $(WSDL20-diff.html): $(WSDL20.html)
  	@echo "Generating diff";\
  	rm -f $@;\
***************
*** 225,234 ****
  altformats: $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20-z.pdf)
  
! trall: trhtml diff.html altformats check
  
  install-tr: trall directory
  	@echo "Installing draft";\
  	cp $(XSL) $(CSS) xmlspec.dtd $(PUBDIR);\
! 	cp  $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\
  	cat htaccess-for-html htaccess-for-text > $(PUBDIR)/.htaccess;\
  	$(XSLTPROC) --stringparam year $(YEAR) $(TOOLS)/identityxmlspec.xsl $(WSDL20.xml) > $(PUBDIR)/$(WSDL20.xml) ;\
--- 226,235 ----
  altformats: $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20-z.pdf)
  
! trall: trhtml $(WSDL20-diff.html) altformats check
  
  install-tr: trall directory
  	@echo "Installing draft";\
  	cp $(XSL) $(CSS) xmlspec.dtd $(PUBDIR);\
! 	cp  $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20-diff.html) $(PUBDIR);\
  	cat htaccess-for-html htaccess-for-text > $(PUBDIR)/.htaccess;\
  	$(XSLTPROC) --stringparam year $(YEAR) $(TOOLS)/identityxmlspec.xsl $(WSDL20.xml) > $(PUBDIR)/$(WSDL20.xml) ;\
***************
*** 248,252 ****
  
  clean:
! 	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-types.txt ./valid-ns.html valid-schemas.txt ./tidy-output.txt $(WSDL20.html) $(WSDL20-z.html) diff.html $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20.tex) $(PREFIX).log $(COMPONENTS)
  ifdef HASZ
  	rm -f $(WSDL20-z.html) $(WSDL20-z.pdf) $(WSDL20-z.tex)
--- 249,253 ----
  
  clean:
! 	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-types.txt ./valid-ns.html valid-schemas.txt ./tidy-output.txt $(WSDL20.html) $(WSDL20-z.html) $(WSDL20-diff.html) $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20.tex) $(PREFIX).log $(COMPONENTS)
  ifdef HASZ
  	rm -f $(WSDL20-z.html) $(WSDL20-z.pdf) $(WSDL20-z.tex)

Index: status.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/status.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** status.xml	18 Nov 2005 13:51:50 -0000	1.20
--- status.xml	18 Nov 2005 18:07:09 -0000	1.21
***************
*** 31,35 ****
        can be found in the <loc
        href='http://www.w3.org/2002/ws/desc/5/lc-issues/'>Last Call issues list</loc>.
!       A <loc href="diff.html">diff-marked version against the
        previous version of this document</loc> is available. For a
        detailed list of changes since the last publication of this
--- 31,35 ----
        can be found in the <loc
        href='http://www.w3.org/2002/ws/desc/5/lc-issues/'>Last Call issues list</loc>.
!       A <loc href="&prefix;-diff.html">diff-marked version against the
        previous version of this document</loc> is available. For a
        detailed list of changes since the last publication of this

Received on Friday, 18 November 2005 18:07:21 UTC