Version bump.
[rocl] / Makefile
index bdcb3e1..9f8d9ce 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # Makefile for RIGHT ON COMMAND-LINE
 #
-# $Id: Makefile,v 1.9 2003/03/07 20:04:21 mdw Exp $
+# $Id: Makefile,v 1.13 2003/03/24 08:27:18 mdw Exp $
 
 #----- Configuration stuff --------------------------------------------------
 
@@ -30,7 +30,7 @@ RM = rm
 # Shouldn't need to fiddle with thiis stuff.
 
 PACKAGE = rocl
-VERSION = 1.1.1
+VERSION = 1.1.4
 
 TCLSCRIPTS = \
        elite-editor elite-pairs elite-path elite-find elite-map \
@@ -65,7 +65,9 @@ clean:
        $(RM) -f *.o *.so 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)