From 0335c21b7fc879ecf2f659f530d01b9386aa8cdb Mon Sep 17 00:00:00 2001 From: mertz Date: Fri, 10 Mar 2000 16:41:59 +0000 Subject: html docs are re-included in /usr/share/doc libtclivy works again... (didn't work anymore due to library rename) --- src/Makefile | 2 +- src/ivytcl.c | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 564d7e4..3a00d59 100644 --- a/src/Makefile +++ b/src/Makefile @@ -39,7 +39,7 @@ all: static-libs commands shared-libs static-libs: libivy.a libgivy.a libxtivy.a libgtkivy.a libtclivy.a -shared-libs: libivy.so.$(MAJOR).$(MINOR) libgivy.so.$(MAJOR).$(MINOR) libxtivy.so.$(MAJOR).$(MINOR) libgtkivy.so.$(MAJOR).$(MINOR) libtclivy.so.$(MAJOR).$(MINOR +shared-libs: libivy.so.$(MAJOR).$(MINOR) libgivy.so.$(MAJOR).$(MINOR) libxtivy.so.$(MAJOR).$(MINOR) libgtkivy.so.$(MAJOR).$(MINOR) libtclivy.so.$(MAJOR).$(MINOR) commands: $(TARGETS) diff --git a/src/ivytcl.c b/src/ivytcl.c index 1c374ad..887db43 100755 --- a/src/ivytcl.c +++ b/src/ivytcl.c @@ -556,7 +556,7 @@ IvyBindDirectCmd(ClientData clientData, } int -Ivytcl_Init(Tcl_Interp *interp) +Tclivy_Init(Tcl_Interp *interp) { Tcl_CreateCommand(interp, "Ivy::init", IvyInitCmd, NULL, NULL); diff --git a/src/version.h b/src/version.h index 5cc756f..9c4b9e8 100644 --- a/src/version.h +++ b/src/version.h @@ -13,7 +13,7 @@ * modify it under the terms of the GNU LGPL Library General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. - * On Debian systems LGPL can be found in the file /usr/doc/copyright/LGPL + * On Debian systems LGPL can be found in the file /usr/share/common-licenses/LGPL * Or look at http://www.gnu.org/copyleft/lgpl.html * * This program is distributed in the hope that it will be useful, -- cgit v1.1