html5/spec .cvsignore,1.5,1.6 Makefile,1.35,1.36 index.html,1.1106,1.1107

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

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

[updated by splitter]


Index: .cvsignore
===================================================================
RCS file: /sources/public/html5/spec/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- .cvsignore	21 Aug 2009 09:24:48 -0000	1.5
+++ .cvsignore	11 Dec 2011 01:27:43 -0000	1.6
@@ -2,3 +2,4 @@
 CHANGEDESC
 annotations.xml
 tidy.log
+FILECHECK

Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec/Makefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile	10 Dec 2011 12:13:27 -0000	1.35
+++ Makefile	11 Dec 2011 01:27:43 -0000	1.36
@@ -31,10 +31,10 @@
 
 REVISION=$(shell $(GREP) $(GREPFLAGS) 'This is .+Revision: ' Overview.html | $(PERL) $(PERLFLAGS) -pe 's/.*This is .+Revision: (1\.[0-9]+) \$$\./$$1/')
 
-all: MANIFEST toc-status.html FILECHECK \
-  the-h1-element.html the-h2-element.html the-h3-element.html \
-  the-h4-element.html the-h5-element.html the-h6-element.html \
-  the-sub-element.html the-sup-element.html
+all: MANIFEST toc-status.html FILECHECK
+#  the-h1-element.html the-h2-element.html the-h3-element.html \
+#  the-h4-element.html the-h5-element.html the-h6-element.html \
+#  the-sub-element.html the-sup-element.html
 
 debug:
 	echo $(REVISION)
@@ -72,29 +72,29 @@
 	@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 $< $@
+#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
@@ -106,11 +106,11 @@
 	$(RM) tidy.log
 	$(RM) CHANGEDESC
 	$(RM) FILECHECK
-	$(RM) the-h1-element.html
-	$(RM) the-h2-element.html
-	$(RM) the-h3-element.html
-	$(RM) the-h4-element.html
-	$(RM) the-h5-element.html
-	$(RM) the-h6-element.html
-	$(RM) the-sub-element.html
-	$(RM) the-sup-element.html
+#	$(RM) the-h1-element.html
+#	$(RM) the-h2-element.html
+#	$(RM) the-h3-element.html
+#	$(RM) the-h4-element.html
+#	$(RM) the-h5-element.html
+#	$(RM) the-h6-element.html
+#	$(RM) the-sub-element.html
+#	$(RM) the-sup-element.html

Received on Sunday, 11 December 2011 01:27:46 UTC