- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Apr 2005 11:20:43 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv28626 Modified Files: Makefile.base Log Message: Not revalidating everytime Index: Makefile.base =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** Makefile.base 6 Apr 2005 13:39:06 -0000 1.46 --- Makefile.base 8 Apr 2005 11:20:41 -0000 1.47 *************** *** 44,48 **** all: $(WSDL20.html) $(WSDL20-z.html) ! $(WSDL20.html): $(WSDL20.xml) $(FILES) $(XSL) validate-xml @echo "Generating $@";\ $(XSLTPROC) --stringparam showZed true $(STYLESHEET) $(WSDL20.xml) > $@ --- 44,48 ---- all: $(WSDL20.html) $(WSDL20-z.html) ! $(WSDL20.html): $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt @echo "Generating $@";\ $(XSLTPROC) --stringparam showZed true $(STYLESHEET) $(WSDL20.xml) > $@ *************** *** 52,56 **** rm $@.old ! $(WSDL20-z.html): $(WSDL20.xml) $(FILES) $(XSL) validate-xml @echo "Generating $@";\ $(XSLTPROC) --stringparam showZed true --stringparam interactive true $(STYLESHEET) $(WSDL20.xml) > $@ --- 52,56 ---- rm $@.old ! $(WSDL20-z.html): $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt @echo "Generating $@";\ $(XSLTPROC) --stringparam showZed true --stringparam interactive true $(STYLESHEET) $(WSDL20.xml) > $@
Received on Friday, 8 April 2005 11:20:44 UTC