2004/ws/addressing Makefile.base,1.11,1.12

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

Modified Files:
	Makefile.base 
Log Message:
Added status.xml as a dependency


Index: Makefile.base
===================================================================
RCS file: /sources/public/2004/ws/addressing/Makefile.base,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile.base	8 Apr 2005 11:21:06 -0000	1.11
--- Makefile.base	12 Apr 2005 07:37:45 -0000	1.12
***************
*** 35,39 ****
  STYLESHEET=xmlspec-addressing.xsl
  
! $(ADDR.html): $(ADDR.xml) $(FILES) $(XSL) changelog.xml valid-xml.txt
  	@echo "Generating $@";\
  	$(XSLTPROC) --stringparam file $(ADDR.xml) $(STYLESHEET) $(ADDR.xml) > $@
--- 35,39 ----
  STYLESHEET=xmlspec-addressing.xsl
  
! $(ADDR.html): $(ADDR.xml) $(FILES) $(XSL) changelog.xml valid-xml.txt status.xml
  	@echo "Generating $@";\
  	$(XSLTPROC) --stringparam file $(ADDR.xml) $(STYLESHEET) $(ADDR.xml) > $@

Received on Tuesday, 12 April 2005 07:37:48 UTC