From f4bb896e485ca3ce8f3b14d5199f79ba90f6b2f0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 30 Dec 2002 10:25:24 +0000 Subject: [PATCH] examples/zthes now part of distribution --- CHANGELOG | 5 +++++ configure.in | 4 ++-- doc/recordmodel.xml | 7 ++++--- examples/Makefile.am | 2 +- examples/zthes/Makefile | 10 ---------- examples/zthes/Makefile.am | 16 ++++++++++++++++ 6 files changed, 28 insertions(+), 16 deletions(-) delete mode 100644 examples/zthes/Makefile create mode 100644 examples/zthes/Makefile.am diff --git a/CHANGELOG b/CHANGELOG index 3a45053..26164bf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,9 @@ +--- 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. diff --git a/configure.in b/configure.in index 0b13369..317ef3f 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ 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) @@ -335,7 +335,7 @@ AC_OUTPUT([ 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 diff --git a/doc/recordmodel.xml b/doc/recordmodel.xml index ba72af1..efd69da 100644 --- a/doc/recordmodel.xml +++ b/doc/recordmodel.xml @@ -1,5 +1,5 @@ - + The Record Model @@ -1053,7 +1053,7 @@ - + - + systag diff --git a/examples/Makefile.am b/examples/Makefile.am index c05d718..94a8048 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS=gils +SUBDIRS=gils zthes EXTRA_DIST = README diff --git a/examples/zthes/Makefile b/examples/zthes/Makefile deleted file mode 100644 index b3e98db..0000000 --- a/examples/zthes/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -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 - diff --git a/examples/zthes/Makefile.am b/examples/zthes/Makefile.am new file mode 100644 index 0000000..1063baa --- /dev/null +++ b/examples/zthes/Makefile.am @@ -0,0 +1,16 @@ +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 + -- 1.7.10.4