html5/spec-author-view Makefile,1.5,1.6

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

Modified Files:
	Makefile 
Log Message:
note tested versions of tools


Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	27 Aug 2009 08:41:13 -0000	1.5
+++ Makefile	27 Aug 2009 15:16:34 -0000	1.6
@@ -51,9 +51,6 @@
 distclean: clean
 	$(RM) -rf html5-tools anolis
 
-$(SPLITTER):
-	$(SVN) checkout http://html5.googlecode.com/svn/trunk/ html5-tools
-
 CHANGEDESC: $(HTML5)/Overview.html
 	$(CVS) $(CVSFLAGS) log -r$(REVISION) $< \
 	  | $(GREP) $(GREPFLAGS) -v \
@@ -69,10 +66,6 @@
 		--output-encoding=ascii --w3c-compat-xref-a-placement \
 		--filter=.impl webapps/source $@
 
-# this also relies on html5lib and lxml
-anolis/anolis:
-	$(HG) clone http://hg.hoppipolla.co.uk/anolis/
-
 webapps/source:
 	$(SVN) co http://svn.whatwg.org/webapps/
 
@@ -80,5 +73,20 @@
 # Another source of clues...
 #<rubys> We should use what Hixie provides, but FYI, I've genned a document before using this: http://intertwingly.net/tmp/html5spec
 
+#####
+# some dependencies
+
+# tested with rev ea0fbae3a763 Sat Aug 22 16:04:40 2009 +0200
+#  by jgraham <james@hoppipolla.co.uk>
+# this also relies on html5lib and lxml
+anolis/anolis:
+	$(HG) clone http://hg.hoppipolla.co.uk/anolis/
+
+# tested with r169 2009-07-22 08:37:15 -0500
+# Repository UUID: fac1fef6-d828-0410-b4ea-9384b9858573
+$(SPLITTER):
+	$(SVN) checkout http://html5.googlecode.com/svn/trunk/ html5-tools
+
+
 
 

Received on Thursday, 27 August 2009 15:16:50 UTC