X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=Makefile.in;h=44aa6ce20d293ffff900e2f9a44485d322d4af42;hb=8bc4d956a25b07907ef6acbf005c607ef896776a;hp=cb6ec040ba55c7176c019dc738a5e84bf339654d;hpb=b2533c77b911a4f22e273568803da6c8387f8d55;p=ir-tcl-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index cb6ec04..44aa6ce 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,11 +2,11 @@ # (c) Index Data 1995 # See the file LICENSE for details. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.23 1996-01-11 11:40:02 adam Exp $ +# $Id: Makefile.in,v 1.26 1996-01-11 12:04:55 adam Exp $ SHELL=/bin/sh # IrTcl Version -VERSION=1.0 +VERSION=1.1 # Directory prefix with machine independent files (scripts, setup files, etc.) prefix = @prefix@ @@ -134,13 +134,12 @@ 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 + 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