- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2005 09:07:06 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv25363 Modified Files: Makefile.base Log Message: Actually, the component table is specific to a particular document, the wsdl20 defs aren't Index: Makefile.base =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -d -r1.76 -r1.77 *** Makefile.base 2 Aug 2005 08:59:23 -0000 1.76 --- Makefile.base 2 Aug 2005 09:07:04 -0000 1.77 *************** *** 57,68 **** rm $@.old ! components: component-table.xml adjuncts-component-table.xml wsdl20-defs.xml ! ! component-table.xml: wsdl20.xml ! @echo "Generating $@";\ ! touch $@;\ ! $(XSLTPROC) $(CTABLEXSL) $< > $@ ! adjuncts-component-table.xml: wsdl20-adjuncts.xml @echo "Generating $@";\ touch $@;\ --- 57,63 ---- rm $@.old ! components: $(COMPONENTS) wsdl20-defs.xml ! $(COMPONENTS): $(WSDL20.xml) @echo "Generating $@";\ touch $@;\ *************** *** 195,201 **** directory: ! @echo "Installing directories";\ ! -mkdir -p $(PUBDIR);\ ! -mkdir -p $(PUBDIR)/images schemas: $(SCHEMAS) --- 190,196 ---- directory: ! @-echo "Installing directories";\ ! mkdir -p $(PUBDIR);\ ! mkdir -p $(PUBDIR)/images schemas: $(SCHEMAS) *************** *** 237,241 **** 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 ./tidy-output.txt $(WSDL20.html) $(WSDL20-z.html) diff.html $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20.tex) $(PREFIX).log component-table.xml adjuncts-component-table.xml wsdl20-defs.xml ifdef HASZ rm -f $(WSDL20-z.html) $(WSDL20-z.pdf) $(WSDL20-z.tex) --- 232,236 ---- 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 ./tidy-output.txt $(WSDL20.html) $(WSDL20-z.html) diff.html $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20.tex) $(PREFIX).log $(COMPONENTS) wsdl20-defs.xml ifdef HASZ rm -f $(WSDL20-z.html) $(WSDL20-z.pdf) $(WSDL20-z.tex)
Received on Tuesday, 2 August 2005 09:07:11 UTC