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

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

Modified Files:
	Makefile.base 
Log Message:
Not revalidating everytime


Index: Makefile.base
===================================================================
RCS file: /sources/public/2004/ws/addressing/Makefile.base,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile.base	22 Mar 2005 15:47:50 -0000	1.10
--- Makefile.base	8 Apr 2005 11:21:06 -0000	1.11
***************
*** 35,39 ****
  STYLESHEET=xmlspec-addressing.xsl
  
! $(ADDR.html): $(ADDR.xml) $(FILES) $(XSL) changelog.xml validate-xml
  	@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
  	@echo "Generating $@";\
  	$(XSLTPROC) --stringparam file $(ADDR.xml) $(STYLESHEET) $(ADDR.xml) > $@

Received on Friday, 8 April 2005 11:21:09 UTC