- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Jun 2010 02:57:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv23038 Modified Files: Makefile Overview.html spec.html Log Message: update formats list for mike [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.930 retrieving revision 1.931 diff -u -d -r1.930 -r1.931 --- Overview.html 3 Jun 2010 02:52:31 -0000 1.930 +++ Overview.html 3 Jun 2010 02:57:35 -0000 1.931 @@ -307,7 +307,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. - <a href="author/">author edition</a>. + This is revision 1.4097. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.938 retrieving revision 1.939 diff -u -d -r1.938 -r1.939 --- spec.html 3 Jun 2010 02:52:32 -0000 1.938 +++ spec.html 3 Jun 2010 02:57:35 -0000 1.939 @@ -305,7 +305,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. - <a href=author/>author edition</a>. + This is revision 1.4097. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> Index: Makefile =================================================================== RCS file: /sources/public/html5/spec-author-view/Makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Makefile 3 Jun 2010 02:52:31 -0000 1.18 +++ Makefile 3 Jun 2010 02:57:35 -0000 1.19 @@ -31,7 +31,7 @@ $(HTML5)/Overview.html $@ $(PERL) $(PERLFLAGS) -pi -e 's/^.*This is .+Revision: ([^ ]+) \$$.*$$/This is revision $(REVISION)\./' $@ $(PERL) $(PERLFLAGS) -pi -e 's/multipage HTML<\/a>,/multipage HTML<\/a>./g' $@ - $(PERL) $(PERLFLAGS) -pi -e 's/<a href="author\/">author edition<\/a>.//g' $@ + $(PERL) $(PERLFLAGS) -pi -e 's/<a href=author\/>author edition<\/a>.//g' $@ $(PERL) $(PERLFLAGS) -pi -e 's/<a href=Overview.html>/<a href=CHANGEMETOSPEC>/' $@ $(PERL) $(PERLFLAGS) -pi -e 's/<a href=spec.html>/<a href=Overview.html>/' $@ $(PERL) $(PERLFLAGS) -pi -e 's/<a href=CHANGEMETOSPEC>/<a href=spec.html>/' $@
Received on Thursday, 3 June 2010 02:57:40 UTC