2002/ws/desc/wsdl20 Makefile.base,1.12,1.13

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

Modified Files:
	Makefile.base 
Log Message:
Integrated setup-namespaces, though only for testing at this point


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Makefile.base	15 Jun 2004 17:44:48 -0000	1.12
--- Makefile.base	26 Jul 2004 18:45:49 -0000	1.13
***************
*** 23,26 ****
--- 23,27 ----
  XSLENGINE=java -classpath "$(XJARS)" org.apache.xalan.xslt.Process
  PUBRULESCHECK=$(XSLENGINE) -PARAM doc_uri http://www.w3.org/TR/$(THISDOC) -XSL $(TOOLS)/pubrules-checker.xml -IN
+ SETUP-NAMESPACES=$(TOOLS)/setup-namespaces
  
  PUBDIR=$(WWW)/TR/$(THISDOC)
***************
*** 106,114 ****
  	done ; fi
  
  acknowledgements:
  	@echo "Generating $@";\
  	 $(XSLENGINE) -IN http://www.w3.org/2002/ws/desc/Overview.html -XSL mbwg.xsl -OUT acknowledgements.xml
  
! pubinstall: $(XSL) acknowledgements $(WSDL20.html) $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html check.txt directory schemas
  	cp $(XSL) $(IMAGES) $(PUBDIR);\
  	cp  $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\
--- 107,120 ----
  	done ; fi
  
+ #install-schemas: schemas
+ # @@@
+ install-schemas:
+ 	$(SETUP-NAMESPACES) $(PUBDIR) $(THISDOC) $(YEAR) $(MM) $(DD)
+ 
  acknowledgements:
  	@echo "Generating $@";\
  	 $(XSLENGINE) -IN http://www.w3.org/2002/ws/desc/Overview.html -XSL mbwg.xsl -OUT acknowledgements.xml
  
! pubinstall: $(XSL) acknowledgements $(WSDL20.html) $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html check.txt directory install-schemas
  	cp $(XSL) $(IMAGES) $(PUBDIR);\
  	cp  $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\
***************
*** 119,121 ****
  	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./tidy-output.txt $(WSDL20.html) diff.html
  
! .PHONY: validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements
--- 125,127 ----
  	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./tidy-output.txt $(WSDL20.html) diff.html
  
! .PHONY: validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements install-schemas

Received on Monday, 26 July 2004 14:46:13 UTC