html5/spec-author-view Makefile,1.1,1.2

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv4459

Modified Files:
	Makefile 
Log Message:
move comment with relevant stanza

Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	25 Aug 2009 22:04:41 -0000	1.1
+++ Makefile	25 Aug 2009 22:07:34 -0000	1.2
@@ -12,6 +12,8 @@
 	$(PYTHON) html5-tools/spec-splitter/spec-splitter.py --w3c \
 		multipage/spec.html multipage
 
+# was:
+#	$(CURL) -o $@ http://dev.w3.org/html5/spec/Overview.html
 multipage/spec.html: $(HTML5)/Overview.html anolis/anolis
 	mkdir -p multipage
 	$(PYTHON) anolis/anolis --parser=lxml.html --filter=.impl \
@@ -20,8 +22,6 @@
 clean:
 	$(RM) -rf multipage
 
-# was:
-#	$(CURL) -o $@ http://dev.w3.org/html5/spec/Overview.html
 
 splitter: html5-tools/spec-splitter/spec-splitter.py
 

Received on Tuesday, 25 August 2009 22:07:45 UTC