Wrote a little about installation and Tk/Tcl.
[ir-tcl-moved-to-github.git] / Makefile.in
index 9abc2c3..d2a9138 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.11 1995-06-27 17:10:36 adam Exp $
+# $Id: Makefile.in,v 1.13 1995-06-29 14:06:24 adam Exp $
 SHELL=/bin/sh
 
 # IrTcl Version
@@ -90,7 +90,9 @@ install: ir-tcl
                cat head.bak client.tcl| sed "s,^set libdir LIBDIR,set libdir $(IRTCLDIR)," >client.bak; \
                $(INSTALL_PROGRAM) client.bak $(BINDIR)/irclient; \
                echo "Installing clientrc.tcl" ; \
-               $(INSTALL_DATA) LICENSE clientrc.tcl $(IRTCLDIR); \
+               $(INSTALL_DATA) clientrc.tcl $(IRTCLDIR); \
+               echo "Installing LICENSE" ; \
+               $(INSTALL_DATA) LICENSE $(IRTCLDIR); \
                echo "Installing display format scripts"; \
                for b in formats/*.tcl; do \
                        if [ -f $$b ]; then \