Default to using new build scripts.
authorCameron McCormack <cam@mcc.id.au>
Wed, 01 Aug 2012 20:43:34 +1000
changeset 231 d6e84ee574e6
parent 230 dca57a05d7f1
child 232 c5bb20145db8
Default to using new build scripts.
Makefile
--- a/Makefile	Wed Aug 01 20:42:54 2012 +1000
+++ b/Makefile	Wed Aug 01 20:43:34 2012 +1000
@@ -7,11 +7,11 @@
 
 all :
 	[ -f /usr/bin/cygpath.exe ] || $(MAKE) -C master/images/implnote/arcs/
-	@../svg2-tools/build.py
+	@../svg2-tools/build.py -n
 
-new :
+old :
 	[ -f /usr/bin/cygpath.exe ] || $(MAKE) -C master/images/implnote/arcs/
-	@../svg2-tools/build.py -n
+	@../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