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

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

Modified Files:
	Makefile.base 
Log Message:
Removed install-ds


Index: Makefile.base
===================================================================
RCS file: /sources/public/2004/ws/addressing/Makefile.base,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Makefile.base	2 Aug 2005 12:15:20 -0000	1.19
--- Makefile.base	9 Aug 2005 11:55:41 -0000	1.20
***************
*** 142,149 ****
  	done ; fi
  
- install-ds: schemas
- 	@echo "Installing documents in dated space..."; \
- 	$(SETUP-NAMESPACES) $(PUBDIR) $(DOCNAME) $(YEAR) $(MM) $(DD)
- 
  acknowledgements:
  	@echo "Generating $@";\
--- 142,145 ----
***************
*** 164,171 ****
  	cp $(ADDR.html) $(PUBDIR)/Overview.html
  
! install: install-tr install-ds
  
  clean:
  	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 validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements install-schemas trhtml trall altformats
--- 160,167 ----
  	cp $(ADDR.html) $(PUBDIR)/Overview.html
  
! install: install-tr
  
  clean:
  	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

Received on Tuesday, 9 August 2005 11:55:48 UTC