+--- 1.3.5 2003/MM/DD
+
+Directory examples/zthes now part of distribution (was missing
+in previous release).
+
New .abs directive, systag, that control where to put retrieval
information. The directive takes two arguments: system tag, element name.
System tag is one of : rank, sysno, size.
dnl Zebra, Index Data Aps, 1995-2002
-dnl $Id: configure.in,v 1.60 2002-12-10 12:54:24 adam Exp $
+dnl $Id: configure.in,v 1.61 2002-12-30 10:25:24 adam Exp $
dnl
AC_INIT(include/zebraver.h)
AM_INIT_AUTOMAKE(idzebra,1.3.4)
test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile
perl/Makefile.PL
test/dmoz/Makefile test/xpath/Makefile test/sort/Makefile
- examples/Makefile examples/gils/Makefile
+ examples/Makefile examples/gils/Makefile examples/zthes/Makefile
])
if test -x "$perlbin"; then
<chapter id="record-model">
- <!-- $Id: recordmodel.xml,v 1.15 2002-12-03 16:40:17 adam Exp $ -->
+ <!-- $Id: recordmodel.xml,v 1.16 2002-12-30 10:25:24 adam Exp $ -->
<title>The Record Model</title>
<para>
</listitem>
</varlistentry>
- <!-- Adam's version -->
+ <!-- Adam's version
<varlistentry>
<term>systag <replaceable>systemtag</replaceable> <replaceable>element</replaceable></term>
<listitem>
</para>
</listitem>
</varlistentry>
+ -->
- <!-- Mike's version -->
+ <!-- Mike's version -->
<varlistentry>
<term>
systag
-SUBDIRS=gils
+SUBDIRS=gils zthes
EXTRA_DIST = README
+++ /dev/null
-recdA-0.mf: records/dino.xml
- zebraidx init
- zebraidx update records
-
-records/dino.xml: tree2xml.pl dino.tree
- ./tree2xml.pl dino.tree > records/dino.xml
-
-clean:
- rm -f records/dino.xml *.mf *.LCK zebrasrv.pid
-
--- /dev/null
+EXTRA_DIST = zebra.cfg Zthes.abs zthes.att zthes.tag \
+ tagsetg-zthes.tag tagsetm-zthes.tag tree2xml.pl dino.tree
+
+dist-hook:
+ -mkdir $(distdir)/records
+
+recdA-0.mf: records/dino.xml
+ zebraidx init
+ zebraidx update records
+
+records/dino.xml: tree2xml.pl dino.tree
+ ./tree2xml.pl dino.tree > records/dino.xml
+
+clean:
+ rm -f records/dino.xml *.mf *.LCK zebrasrv.pid
+