From 8bc4d956a25b07907ef6acbf005c607ef896776a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 11 Jan 1996 12:04:55 +0000 Subject: [PATCH] Fix. --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1fc5223..44aa6ce 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.25 1996-01-11 11:52:08 adam Exp $ +# $Id: Makefile.in,v 1.26 1996-01-11 12:04:55 adam Exp $ SHELL=/bin/sh # IrTcl Version @@ -138,8 +138,8 @@ distribution: cd tmp; tar zcf ../ir-tcl-$(VERSION).tar.gz ir-tcl-$(VERSION) cd tmp; mv ir-tcl-$(VERSION) ir-tcl cd tmp/ir-tcl/doc; make all - mv tmp/ir-tcl/doc/ir-tcl.txt .; gzip ir-tcl.txt - mv tmp/ir-tcl/doc/ir-tcl.ps .; gzip ir-tcl.ps + mv tmp/ir-tcl/doc/ir-tcl.txt .; gzip -f ir-tcl.txt + mv tmp/ir-tcl/doc/ir-tcl.ps .; gzip -f ir-tcl.ps cd tmp/ir-tcl; mkdir irtcl; cp doc/*.html irtcl cd tmp/ir-tcl; tar zcf ../../irtclhtml.tar.gz irtcl rm -fr tmp -- 1.7.10.4