--- /dev/null
+# $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
+
<!doctype linuxdoc system>
<!--
- $Id: ir-tcl.sgml,v 1.4 1995-05-30 10:05:52 adam Exp $
+ $Id: ir-tcl.sgml,v 1.5 1995-05-30 10:59:20 adam Exp $
-->
<article>
<title>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.
<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>