- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Jul 2009 03:06:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv13581 Modified Files: Makefile Log Message: updated by splitter Index: Makefile =================================================================== RCS file: /sources/public/html5/spec/Makefile,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Makefile 27 Jul 2009 10:35:53 -0000 1.17 +++ Makefile 28 Jul 2009 03:06:33 -0000 1.18 @@ -19,6 +19,9 @@ XSLTPROC=xsltproc XSLTPROCFLAGS= +CVS=cvs +CVSFLAGS= + CURL=curl CURLFLAGS=-s PARSE=./parse.py @@ -26,7 +29,7 @@ ANNODB=http://www.whatwg.org/specs/web-apps/current-work/status.cgi?action=get-all-annotations -REVISION=$(shell $(GREP) $(GREPFLAGS) 'This is .+Revision: ' Overview.html | $(PERL) $(PERLFLAGS) -pe 's/.*This is .+Revision: ([^ ]+) \$$/$$1/') +REVISION=$(shell $(GREP) $(GREPFLAGS) 'This is .+Revision: ' Overview.html | $(PERL) $(PERLFLAGS) -pe 's/.*This is .+Revision: ([^ ]+)\. \$$/$$1/') all: MANIFEST toc-status.html @@ -57,8 +60,15 @@ --stringparam Annotations annotations.xml \ tocmix.xsl toc-status.xml +CHANGEDESC: Overview.html + $(CVS) $(CVSFLAGS) log -r$(REVISION) $< \ + | $(GREP) $(GREPFLAGS) -v \ + "^RCS file: |^Working file: |^head:|^branch:|^locks:|^access list:|^symbolic names:|^keyword substitution:|^total revisions:|^description:|^revision |^-----|^date: |^=====" \ + | $(PERL) $(PERLFLAGS) -pi -e "s/\n//g" > $@ + clean: $(RM) MANIFEST $(RM) toc-status.xml $(RM) annotations.xml $(RM) tidy.log + $(RM) CHANGDESC
Received on Tuesday, 28 July 2009 03:06:44 UTC