2002/ws/desc/wsdl20 Makefile.base,1.72,1.73

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv27234

Modified Files:
	Makefile.base 
Log Message:
Added support for &w3c.status;


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** Makefile.base	2 Aug 2005 06:04:18 -0000	1.72
--- Makefile.base	2 Aug 2005 07:20:50 -0000	1.73
***************
*** 8,12 ****
  MM=$(shell grep "ENTITY draft.mm" entitieswd.dtd | cut -d '"' -f2)
  DD=$(shell grep "ENTITY draft.dd" entitieswd.dtd | cut -d '"' -f2)
! DOCNAME=WD-$(PREFIX)-$(YEAR)$(MM)$(DD)
  
  TOOLS=../tools
--- 8,13 ----
  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)
  
  TOOLS=../tools
***************
*** 207,211 ****
  trhtml: all
  
! altformats: $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) 
  
  trall: trhtml diff.html altformats check
--- 208,212 ----
  trhtml: all
  
! altformats: $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20-z.pdf)
  
  trall: trhtml diff.html altformats check

Received on Tuesday, 2 August 2005 07:20:57 UTC