chiark / gitweb /
Add elite-tantalus. Add a developer guide.
[rocl] / Makefile.NT
index 74c857cc96981a31e15b5cfea9140aa4ded6466c..93f82ee26b878f692d0274da1482921a21426b36 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for RIGHT ON COMMAND-LINE
 #
-# $Id: Makefile.NT,v 1.2 2003/03/18 10:43:55 mdw Exp $
+# $Id$
 
 #----- Configuration stuff --------------------------------------------------
 
@@ -32,11 +32,12 @@ RM = rm
 # Shouldn't need to fiddle with thiis stuff.
 
 PACKAGE = rocl
-VERSION = 1.1.3
+VERSION = 1.1.5
 
 TCLSCRIPTS = \
        elite-editor elite-pairs elite-path elite-find elite-map \
-       elite-prices elite-describe elite-reach elite-cmdr elite-salesman
+       elite-prices elite-describe elite-reach elite-cmdr elite-salesman \
+       elite-tantalus
 
 SRCFILES = elite.c vec.c vec.h graph.c
 
@@ -69,7 +70,7 @@ clean:
 
 DISTDIR = $(PACKAGE)-$(VERSION)
 DISTFILES = \
-       README Makefile $(SRCFILES) elite.tcl \
+       README Makefile $(SRCFILES) elite.tcl steele.cmdr \
        elite.def vec.def graph.def $(TCLSCRIPTS)
 distdir: $(DISTFILES)
        $(RM) -rf $(DISTDIR)