Distribute .def files.
[rocl] / Makefile
index 4af2d98..00b3b7e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # Makefile for RIGHT ON COMMAND-LINE
 #
-# $Id: Makefile,v 1.7 2003/03/07 00:47:26 mdw Exp $
+# $Id: Makefile,v 1.12 2003/03/18 10:43:55 mdw Exp $
 
 #----- Configuration stuff --------------------------------------------------
 
@@ -30,11 +30,11 @@ RM = rm
 # Shouldn't need to fiddle with thiis stuff.
 
 PACKAGE = rocl
-VERSION = 1.1.0
+VERSION = 1.1.3
 
 TCLSCRIPTS = \
        elite-editor elite-pairs elite-path elite-find elite-map \
-       elite-prices elite-describe elite-reach elite-cmdr
+       elite-prices elite-describe elite-reach elite-cmdr elite-salesman
 
 SRCFILES = elite.c vec.c vec.h graph.c
 
@@ -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 \
+       elite.def vec.def graph.def $(TCLSCRIPTS)
 distdir: $(DISTFILES)
        $(RM) -rf $(DISTDIR)
        mkdir $(DISTDIR)