X-Git-Url: https://git.distorted.org.uk/~mdw/rocl/blobdiff_plain/1fe3f5d752d020b857c8b8577948a8fb4a514be0..c53e2dd3a5c32cb945a0a68dd96161badb4d14eb:/Makefile.NT diff --git a/Makefile.NT b/Makefile.NT index 619ae1a..9938b13 100644 --- a/Makefile.NT +++ b/Makefile.NT @@ -1,6 +1,6 @@ # Makefile for RIGHT ON COMMAND-LINE # -# $Id: Makefile.NT,v 1.1 2003/03/18 10:40:56 mdw Exp $ +# $Id: Makefile.NT,v 1.3 2003/03/24 08:27:18 mdw Exp $ #----- Configuration stuff -------------------------------------------------- @@ -32,7 +32,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 \ @@ -68,7 +68,9 @@ clean: $(RM) -f *.o *.dll 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)