2004/ws/addressing Makefile.base,1.13,1.14

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

Modified Files:
	Makefile.base 
Log Message:
Added missing changelog info in the TR directory


Index: Makefile.base
===================================================================
RCS file: /sources/public/2004/ws/addressing/Makefile.base,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Makefile.base	28 Jul 2005 07:13:12 -0000	1.13
--- Makefile.base	29 Jul 2005 13:04:47 -0000	1.14
***************
*** 1,4 ****
  # -*- makefile -*-
! XSL=xmlspec.xsl xmlspec-addressing.xsl
  
  YEAR=$(shell grep "ENTITY draft.year" entitieswd.dtd | cut -d '"' -f2)
--- 1,4 ----
  # -*- makefile -*-
! XSL=xmlspec.xsl xmlspec-addressing.xsl changelog.xsl
  
  YEAR=$(shell grep "ENTITY draft.year" entitieswd.dtd | cut -d '"' -f2)
***************
*** 145,149 ****
  
  install-tr: trall directory
! 	cp $(XSL) $(IMAGES) $(PUBDIR);\
  	cp  $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) diff.html $(PUBDIR);\
  	cat htaccess-for-html htaccess-for-text > $(PUBDIR)/.htaccess;\
--- 145,149 ----
  
  install-tr: trall directory
! 	cp $(XSL) $(IMAGES) $(PUBDIR) changelog.xml;\
  	cp  $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) diff.html $(PUBDIR);\
  	cat htaccess-for-html htaccess-for-text > $(PUBDIR)/.htaccess;\

Received on Friday, 29 July 2005 13:05:06 UTC