Directive systag.
[idzebra-moved-to-github.git] / examples / zthes / Makefile
1 recdA-0.mf: records/dino.xml
2         ../../index/zebraidx init
3         ../../index/zebraidx update records
4
5 records/dino.xml: tree2xml.pl dino.tree
6         ./tree2xml.pl dino.tree > records/dino.xml
7
8 clean:
9         rm -f records/dino.xml *.mf *..LCK zebrasrv.pid
10