From: Adam Dickmeiss Date: Tue, 30 May 1995 10:59:20 +0000 (+0000) Subject: More work on ir-tcl.sgml. X-Git-Tag: IRTCL.1.4~300 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=92251809a94c17ff51fc2bdd2f736c663395f955;hp=3f755d2ecd4e05aaa61865ba9f571a14c8a4a3e1;p=ir-tcl-moved-to-github.git More work on ir-tcl.sgml. --- 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>