- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2005 07:18:50 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing In directory homer:/tmp/cvs-serv26843 Modified Files: Makefile.base Log Message: Added support for &w3c.status; Index: Makefile.base =================================================================== RCS file: /sources/public/2004/ws/addressing/Makefile.base,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile.base 29 Jul 2005 13:05:31 -0000 1.15 --- Makefile.base 2 Aug 2005 07:18:48 -0000 1.16 *************** *** 5,9 **** 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=../../../2002/ws/desc/tools --- 5,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) TOOLS=../../../2002/ws/desc/tools *************** *** 145,152 **** install-tr: trall directory ! cp $(XSL) $(IMAGES) changelog.xml $(PUBDIR);\ cp $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) diff.html $(PUBDIR);\ cat htaccess-for-html htaccess-for-text > $(PUBDIR)/.htaccess;\ ! $(XSLTPROC) $(TOOLS)/identityxmlspec.xsl $(ADDR.xml) > $(PUBDIR)/$(ADDR.xml) ;\ cp $(ADDR.html) $(PUBDIR)/Overview.html --- 146,153 ---- install-tr: trall directory ! cp $(XSL) $(IMAGES) changelog.xml xmlspec.dtd $(PUBDIR);\ cp $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) diff.html $(PUBDIR);\ cat htaccess-for-html htaccess-for-text > $(PUBDIR)/.htaccess;\ ! $(XSLTPROC) identityxmlspec.xsl $(ADDR.xml) > $(PUBDIR)/$(ADDR.xml) ;\ cp $(ADDR.html) $(PUBDIR)/Overview.html
Received on Tuesday, 2 August 2005 07:18:52 UTC