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