2004/ws/addressing Makefile.base,1.25,1.26

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

Modified Files:
	Makefile.base 
Log Message:
Fixed directory target rules

Index: Makefile.base
===================================================================
RCS file: /sources/public/2004/ws/addressing/Makefile.base,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Makefile.base	10 Mar 2006 11:09:28 -0000	1.25
--- Makefile.base	10 Mar 2006 12:38:02 -0000	1.26
***************
*** 6,10 ****
  MM=$(shell grep "ENTITY draft.mm" entitieswd.dtd | cut -d '"' -f2)
  DD=$(shell grep "ENTITY draft.dd" entitieswd.dtd | cut -d '"' -f2)
! STATUS=$(shell grep "ENTITY w3c.status" entitieswd.dtd | cut -d '"' -f2)
  DOCNAME=$(STATUS)-$(PREFIX)-$(YEAR)$(MM)$(DD)
  
--- 6,15 ----
  MM=$(shell grep "ENTITY draft.mm" entitieswd.dtd | cut -d '"' -f2)
  DD=$(shell grep "ENTITY draft.dd" entitieswd.dtd | cut -d '"' -f2)
! ifeq ("$(PREFIX)", "soap11-ror-httpbinding")
! STATUS_ENTITY=w3c-soap11-ror-httpbinding.status
! else
! STATUS_ENTITY=w3c.status
! endif
! STATUS=$(shell grep "ENTITY $(STATUS_ENTITY)" entitieswd.dtd | cut -d '"' -f2)
  DOCNAME=$(STATUS)-$(PREFIX)-$(YEAR)$(MM)$(DD)
  

Received on Friday, 10 March 2006 12:38:35 UTC