Minor changes.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Feb 1999 09:27:37 +0000 (09:27 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Feb 1999 09:27:37 +0000 (09:27 +0000)
Makefile.in
doc/Makefile

index 11ea34d..94ba686 100644 (file)
@@ -2,7 +2,7 @@
 # (c) Index Data 1995-1999
 # See the file LICENSE for details.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile.in,v 1.49 1999-02-11 09:13:23 adam Exp $
+# $Id: Makefile.in,v 1.50 1999-02-11 09:27:37 adam Exp $
 SHELL=/bin/sh
 
 # IrTcl Version
@@ -176,21 +176,16 @@ autoconf:
 
 distribution:
        echo "Making distribution version $(VERSION). Did you commit?"
-       autoconf
        if [ -d tmp ]; then \
                rm -fr tmp; \
        fi
        mkdir tmp; cd tmp; cvs export -f -D now ir-tcl
        rm tmp/ir-tcl/wais-tcl.c
-       cp configure tmp/ir-tcl
-       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
+       cp tmp/ir-tcl/doc/*.html .
+       cp tmp/ir-tcl/CHANGELOG .
+       mv tmp/ir-tcl tmp/ir-tcl-$(VERSION)
+       cd tmp; tar zcvf ../ir-tcl-$(VERSION).tar.gz ir-tcl-$(VERSION)
        rm -fr tmp
 
 .c.o:
index 7eab96c..c024c6a 100644 (file)
@@ -1,9 +1,12 @@
-# $Id: Makefile,v 1.5 1998-01-16 09:24:17 adam Exp $
+# $Id: Makefile,v 1.6 1999-02-11 09:27:38 adam Exp $
 all: ir-tcl.ps ir-tcl.txt ir-tcl.html
 
 ir-tcl.txt: ir-tcl.sgml
        sgml2txt ir-tcl.sgml
 
+ir-tcl.ps: ir-tcl.sgml
+       sgml2ps ir-tcl.sgml
+
 ir-tcl.dvi: ir-tcl.sgml
        sgml2ps -d ir-tcl.sgml