X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.in;h=9b14dafac3d65234159c9077c1feb8508dd00873;hb=6ccc7b22a020d9dde824656655e4e6a920e6abc3;hp=b84b1c8850b936534f912e8c27e59d592bee9201;hpb=ce0d0464e54cf6bed96cd32b7a99514beacd3989;p=ir-tcl-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index b84b1c8..9b14daf 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.22 1996-01-04 11:05:20 adam Exp $ +# $Id: Makefile.in,v 1.27 1996-01-11 12:36:24 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,9 +134,14 @@ 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 -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 .c.o: