Simplified select handling. Only one function ir_tcl_select_set has
[ir-tcl-moved-to-github.git] / Makefile.in
index 0ccc28b..9b14daf 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.24 1996-01-11 11:43:00 adam Exp $
+# $Id: Makefile.in,v 1.27 1996-01-11 12:36:24 adam Exp $
 SHELL=/bin/sh
 
 # IrTcl Version
@@ -134,14 +134,13 @@ 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
        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
-       cd tmp/ir-tcl; mkdir irtcl; cp doc/*.html irtcl
+       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 CHANGELOG irtcl
        cd tmp/ir-tcl; tar zcf ../../irtclhtml.tar.gz irtcl
        rm -fr tmp