2004/ws/addressing Makefile.base,1.20,1.21

Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv12554

Modified Files:
	Makefile.base 
Log Message:
Added RDDL generation


Index: Makefile.base
===================================================================
RCS file: /sources/public/2004/ws/addressing/Makefile.base,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Makefile.base	9 Aug 2005 11:55:41 -0000	1.20
--- Makefile.base	9 Aug 2005 12:34:00 -0000	1.21
***************
*** 25,30 ****
--- 25,33 ----
  SETUP-NAMESPACES=$(TOOLS)/setup-namespaces
  
+ RDDLTRANS=sed -e "s/@Y@/$(YEAR)/g" -e "s/@M@/$(MM)/g" -e "s/@D@/$(DD)/g" -e "s/@S@/$(STATUS)/g" -e "s/@NS@/WS-Addressing 1.0/g" -e "s/@N@/ws-addr/g"
+ 
  TR=$(WWW)/TR/$(YEAR)
  PUBDIR=$(TR)/$(DOCNAME)
+ NSDIR=$(WWW)/$(YEAR)/$(MM)/addressing
  
  ADDR.xml=$(PREFIX).xml
***************
*** 135,145 ****
  	mkdir -p $(PUBDIR)
  
! schemas: $(SCHEMAS)
  	@if [ -n "$(SCHEMAS)" ] ;\
  	then for i in $(SCHEMAS) ;\
  	do echo "Generating $$i...";\
! 	 $(XSLTPROC) $(TOOLS)/identity.xsl $$i > $(PUBDIR)/$$i;\
  	done ; fi
  
  acknowledgements:
  	@echo "Generating $@";\
--- 138,152 ----
  	mkdir -p $(PUBDIR)
  
! schemas: $(SCHEMAS) $(RDDL)
  	@if [ -n "$(SCHEMAS)" ] ;\
  	then for i in $(SCHEMAS) ;\
  	do echo "Generating $$i...";\
! 	 $(XSLTPROC) $(TOOLS)/identity.xsl $$i > $(NSDIR)/$$i;\
  	done ; fi
  
+ ws-addr:
+ 	@echo "Generating RDDL ($@)";\
+ 	for ext in html xhtml; do $(RDDLTRANS) rddl-main.$$ext > $(NSDIR)/$@.$$ext; done
+ 
  acknowledgements:
  	@echo "Generating $@";\
***************
*** 165,167 ****
  	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-ns.html ./tidy-output.txt $(ADDR.html) diff.html $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) 
  
! .PHONY: install install-tr validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements trhtml trall altformats
--- 172,174 ----
  	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-ns.html ./tidy-output.txt $(ADDR.html) diff.html $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) 
  
! .PHONY: install install-tr validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements trhtml trall altformats ws-addr

Received on Tuesday, 9 August 2005 12:34:09 UTC