X-Git-Url: https://git.distorted.org.uk/~mdw/rocl/blobdiff_plain/82b418fa94b2e7ac3cd55712f3a8e36058bd123f..94b6e36584f2b5da3c60845c9cec19cd6f3e4503:/Makefile diff --git a/Makefile b/Makefile index a2d917a..00b3b7e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for RIGHT ON COMMAND-LINE # -# $Id: Makefile,v 1.10 2003/03/11 09:46:36 mdw Exp $ +# $Id: Makefile,v 1.12 2003/03/18 10:43:55 mdw Exp $ #----- Configuration stuff -------------------------------------------------- @@ -30,7 +30,7 @@ RM = rm # Shouldn't need to fiddle with thiis stuff. PACKAGE = rocl -VERSION = 1.1.2 +VERSION = 1.1.3 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 \ + elite.def vec.def graph.def $(TCLSCRIPTS) distdir: $(DISTFILES) $(RM) -rf $(DISTDIR) mkdir $(DISTDIR)