svg2: Remove support for old build system.

details:   https://svgwg.org/hg/svg2/rev/9dad8de97cf0
branches:  
changeset: 334:9dad8de97cf0
user:      Cameron McCormack <cam@mcc.id.au>
date:      Tue Aug 21 15:08:24 2012 +1000
description:
Remove support for old build system.

diffstat:

 Makefile |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (24 lines):

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -2,20 +2,16 @@
 
 all-with-tools-check : tools-check all
 
 tools-check :
 	@bash -c "REMOTE_REV=$$(hg id -i http://svgwg.org/hg/svg2-tools); [ \$$? = 0 -o \"\$$REMOTE_REV\" != \"\" ] || exit 0; LOCAL_REV=$$(hg id -i ../svg2-tools); [ \"\$$LOCAL_REV\" = \"\$$REMOTE_REV\" -o \"\$$LOCAL_REV\" = \"\$$REMOTE_REV\"+ ] || (echo \"You must update your svg2-tools repository! (Remote repository has revision \$$REMOTE_REV, but you are at \$$LOCAL_REV.)\"; exit 1)"
 
 all :
 	[ -f /usr/bin/cygpath.exe ] || $(MAKE) -C master/images/implnote/arcs/
-	@../svg2-tools/build.py -n
-
-old :
-	[ -f /usr/bin/cygpath.exe ] || $(MAKE) -C master/images/implnote/arcs/
 	@../svg2-tools/build.py
 
 pdf : all
 	prince --no-author-style -s build/publish/style/svg-style.css -s http://www.w3.org/StyleSheets/TR/W3C-REC -s build/publish/style/svg-style-print.css build/publish/single-page.html -o build/publish/single-page.pdf
 
 ZIPDIR=REC-SVG11-20110802
 
 zip : all

Received on Tuesday, 21 August 2012 05:08:56 UTC