X-Git-Url: https://git.distorted.org.uk/~mdw/rocl/blobdiff_plain/10bdc1e42cb7b511157f765fbd2d8c129b7d0176..ed7e32ddf012942e79228143a1d605a9e7675e38:/Makefile diff --git a/Makefile b/Makefile index 4af2d98..9f8d9ce 100644 --- 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.13 2003/03/24 08:27:18 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.4 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 steele.cmdr \ + elite.def vec.def graph.def $(TCLSCRIPTS) distdir: $(DISTFILES) $(RM) -rf $(DISTDIR) mkdir $(DISTDIR)