changeset 2606:23bfa8f52dd3

Updated makefile for Mercurial
author Boisy Pitre <boisy.pitre@nuance.com>
date Mon, 30 Jan 2012 22:24:24 -0600
parents 35301280b9c9
children 689bd978867f
files makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/makefile	Tue Jan 31 09:34:37 2012 +0000
+++ b/makefile	Mon Jan 30 22:24:24 2012 -0600
@@ -17,8 +17,8 @@
 	$(foreach dir, $(dirs), ($(CD) $(dir); make clean);)
 
 # Do CVS update
-cvsupdate:
-	cvs update -d
+hgupdate:
+	hg update
 
 # Make DSK images
 dsk:	all
@@ -44,7 +44,7 @@
 info:
 	@$(foreach dir, $(dirs), ($(CD) $(dir); make info);)
 	
-nightly: clean cvsupdate dskcopy
+nightly: clean hgupdate dskcopy
 	make info>dsks/ReadMe
 	$(ARCHIVE) nitros9project dsks/*
 	scp nitros9project.zip boisy,nitros9@web.sourceforge.net:/home/groups/n/ni/nitros9/htdocs