chiark / gitweb /
Fix output formatting a little.
[rocl] / Makefile.NT
index 619ae1abbbfe61db0178ff8830c8ee529c1d70b9..93f82ee26b878f692d0274da1482921a21426b36 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for RIGHT ON COMMAND-LINE
 #
 # Makefile for RIGHT ON COMMAND-LINE
 #
-# $Id: Makefile.NT,v 1.1 2003/03/18 10:40:56 mdw Exp $
+# $Id$
 
 #----- Configuration stuff --------------------------------------------------
 
 
 #----- Configuration stuff --------------------------------------------------
 
@@ -32,11 +32,12 @@ RM = rm
 # Shouldn't need to fiddle with thiis stuff.
 
 PACKAGE = rocl
 # 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 \
 
 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
 
 
 SRCFILES = elite.c vec.c vec.h graph.c
 
@@ -68,7 +69,9 @@ clean:
        $(RM) -f *.o *.dll pkgIndex.tcl
 
 DISTDIR = $(PACKAGE)-$(VERSION)
        $(RM) -f *.o *.dll pkgIndex.tcl
 
 DISTDIR = $(PACKAGE)-$(VERSION)
-DISTFILES = README Makefile $(SRCFILES) elite.tcl elite.def $(TCLSCRIPTS)
+DISTFILES = \
+       README Makefile $(SRCFILES) elite.tcl steele.cmdr \
+       elite.def vec.def graph.def $(TCLSCRIPTS)
 distdir: $(DISTFILES)
        $(RM) -rf $(DISTDIR)
        mkdir $(DISTDIR)
 distdir: $(DISTFILES)
        $(RM) -rf $(DISTDIR)
        mkdir $(DISTDIR)