From 92251809a94c17ff51fc2bdd2f736c663395f955 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 30 May 1995 10:59:20 +0000 Subject: [PATCH] More work on ir-tcl.sgml. --- doc/Makefile | 16 ++++++++++++++++ doc/ir-tcl.sgml | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 doc/Makefile diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..65accec --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,16 @@ +# $Id: Makefile,v 1.1 1995-05-30 10:59:20 adam Exp $ +all: -tcl.ps ir-tcl.txt + +ir-tcl.txt: ir-tcl.sgml + sgml-format -T nroff ir-tcl| qroff >ir-tcl.txt + +ir-tcl.dvi: ir-tcl.sgml + sgml-format ir-tcl| qtex -d >ir-tcl.dvi + +ir-tcl.ps: ir-tcl.sgml + sgml-format ir-tcl| qtex -x + mv out.ps ir-tcl.ps + +clean: + rm -f [0-9]* *.bak + diff --git a/doc/ir-tcl.sgml b/doc/ir-tcl.sgml index 2adc61c..b829663 100644 --- a/doc/ir-tcl.sgml +++ b/doc/ir-tcl.sgml @@ -1,13 +1,13 @@
IrTcl User's Guide and Reference <author>Index Data, <tt/info@index.ping.dk/ -<date>$Revision: 1.4 $ +<date>$Revision: 1.5 $ <abstract> This document describes IrTcl &mdash an information retrieval toolkit for Tcl and Tk that provides access to the Z39.50/SR protocol. @@ -401,7 +401,7 @@ operators. They are: <tag><tt>@not </tt><em>op1 op2</em></tag> Boolean <em/not/ on op1 and op2 <tag><tt>@prox </tt><em>list op1 op2</em></tag> - Proximity operation on op1 and op2 + Proximity operation on op1 and op2. Not implemented yet. <tag><tt>@set </tt><em>name</em></tag> Result set reference </descrip> -- 1.7.10.4