X-Git-Url: https://git.distorted.org.uk/~mdw/rocl/blobdiff_plain/6eb08d59f60211a9c1a81216e1933e9f3f4c3107..6374a2675eb815c8ccfeea6730382c63fbac744e:/Makefile diff --git a/Makefile b/Makefile index 3dec362..9f8d9ce 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for RIGHT ON COMMAND-LINE # -# $Id: Makefile,v 1.11 2003/03/18 10:40:41 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.3 +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)