Fix.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Jan 1996 12:04:55 +0000 (12:04 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Jan 1996 12:04:55 +0000 (12:04 +0000)
Makefile.in

index 1fc5223..44aa6ce 100644 (file)
@@ -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