From: Adam Dickmeiss Date: Thu, 11 Jan 1996 11:52:08 +0000 (+0000) Subject: Fix. X-Git-Tag: IRTCL.1.4~167 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=88ed7010162e1b945c193481e9b43a227b725edd;p=ir-tcl-moved-to-github.git Fix. --- diff --git a/Makefile.in b/Makefile.in index 0ccc28b..1fc5223 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,7 +2,7 @@ # (c) Index Data 1995 # See the file LICENSE for details. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.24 1996-01-11 11:43:00 adam Exp $ +# $Id: Makefile.in,v 1.25 1996-01-11 11:52:08 adam Exp $ SHELL=/bin/sh # IrTcl Version @@ -134,7 +134,6 @@ distribution: fi mkdir tmp; cd tmp; cvs export -f -D now ir-tcl cp configure tmp/ir-tcl - cd tmp/ir-tcl/doc; make all cd tmp; mv ir-tcl ir-tcl-$(VERSION) cd tmp; tar zcf ../ir-tcl-$(VERSION).tar.gz ir-tcl-$(VERSION) cd tmp; mv ir-tcl-$(VERSION) ir-tcl