examples/zthes now part of distribution
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 30 Dec 2002 10:25:24 +0000 (10:25 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 30 Dec 2002 10:25:24 +0000 (10:25 +0000)
CHANGELOG
configure.in
doc/recordmodel.xml
examples/Makefile.am
examples/zthes/Makefile [deleted file]
examples/zthes/Makefile.am [new file with mode: 0644]

index 3a45053..26164bf 100644 (file)
--- 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.
index 0b13369..317ef3f 100644 (file)
@@ -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
index ba72af1..efd69da 100644 (file)
@@ -1,5 +1,5 @@
  <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
index c05d718..94a8048 100644 (file)
@@ -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 (file)
index b3e98db..0000000
+++ /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 (file)
index 0000000..1063baa
--- /dev/null
@@ -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
+