From d70a9f9286622410be1a29481a1153c0fbea3139 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 26 Apr 2004 09:50:49 +0000 Subject: [PATCH] Require on tcl/tk --- debian/control | 2 +- doc/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 29d85cc..5ef3fab 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Description: Documentation for the IR Tcl. Package: ir-tcl Section: net Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, tcl8.3, tk8.3 Description: Information Retrieval Toolkit for Tcl. IR Tcl is a extension for Tcl that offers a Z39.50 client functionality. diff --git a/doc/Makefile b/doc/Makefile index d720a3d..0fe606e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.8 1999-12-10 10:37:56 adam Exp $ -all: ir-tcl.ps ir-tcl.txt ir-tcl.html +# $Id: Makefile,v 1.9 2004-04-26 09:50:50 adam Exp $ +all: ir-tcl.ps ir-tcl.html ir-tcl.txt: ir-tcl.sgml sgml2txt -f ir-tcl.sgml -- 1.7.10.4