examples/zthes now part of distribution
[idzebra-moved-to-github.git] / examples / zthes / Makefile.am
1 EXTRA_DIST = zebra.cfg Zthes.abs zthes.att zthes.tag \
2   tagsetg-zthes.tag tagsetm-zthes.tag tree2xml.pl dino.tree
3
4 dist-hook:
5         -mkdir $(distdir)/records
6
7 recdA-0.mf: records/dino.xml
8         zebraidx init
9         zebraidx update records
10
11 records/dino.xml: tree2xml.pl dino.tree
12         ./tree2xml.pl dino.tree > records/dino.xml
13
14 clean:
15         rm -f records/dino.xml *.mf *.LCK zebrasrv.pid
16