html5/spec Makefile,1.32,1.33 index.html,1.1090,1.1091

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3525

Modified Files:
	Makefile index.html 
Log Message:
Remove some copypasta. (whatwg r6869)

[updated by splitter]



Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile	2 Apr 2010 21:51:12 -0000	1.32
+++ Makefile	10 Dec 2011 11:46:21 -0000	1.33
@@ -68,6 +68,35 @@
 	@echo >> $@
 	@echo "[updated by splitter]" >> $@
 
+the-h1-element.html: the-h1-h2-h3-h4-h5-and-h6-elements.html
+	cp $< $@
+
+the-h2-element.html: the-h1-h2-h3-h4-h5-and-h6-elements.html
+	cp $< $@
+
+the-h3-element.html: the-h1-h2-h3-h4-h5-and-h6-elements.html
+	cp $< $@
+
+the-h4-element.html: the-h1-h2-h3-h4-h5-and-h6-elements.html
+	cp $< $@
+
+the-h5-element.html: the-h1-h2-h3-h4-h5-and-h6-elements.html
+	cp $< $@
+
+the-h6-element.html: the-h1-h2-h3-h4-h5-and-h6-elements.html
+	cp $< $@
+
+the-sub-element.html: the-sub-and-sup-elements.html
+	cp $< $@
+
+the-sup-element.html: the-sub-and-sup-elements.html
+	cp $< $@
+
+FILECHECK:
+	-$(CVS) $(CVSFLAGS) add *.html 2>&1 | grep -v already
+	-$(CVS) $(CVSFLAGS) add index-of-terms/*.html 2>&1 | grep -v already
+	touch $@
+
 clean:
 	$(RM) MANIFEST
 	$(RM) annotations.xml

Received on Saturday, 10 December 2011 11:48:27 UTC