html5/pubnotes summary.html,NONE,1.1 Makefile,1.4,1.5

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv26148

Modified Files:
	Makefile 
Added Files:
	summary.html 
Log Message:
made build create summary.html WF version of anne's html5 html4 differences doc


--- NEW FILE: summary.html ---
(This appears to be a binary file; contents omitted.)

Index: Makefile
===================================================================
RCS file: /sources/public/html5/pubnotes/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	6 Jun 2008 10:34:44 -0000	1.4
+++ Makefile	9 Jun 2008 18:56:51 -0000	1.5
@@ -15,3 +15,6 @@
 
 %.html: %.src.html $(XSLTSTYLESHEET)
 	$(PARSE) $(PARSEFLAGS) $< | $(XSLTPROC) $(XSLTPROCFLAGS) $(XSLTSTYLESHEET) - > $@
+
+summary.html: ../html4-differences/Overview.src.html
+	$(PARSE) $(PARSEFLAGS) $< > $@

Received on Monday, 9 June 2008 18:57:29 UTC