X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fzthes%2FMakefile.am;h=ff0552ecf67f0b555b6f624f784dda30b2402e89;hb=c526dc6d25a789a3b4762ac4d8962ef1b20dde02;hp=1063baa79d22f8e637715de2cd342c1e9250e695;hpb=f4bb896e485ca3ce8f3b14d5199f79ba90f6b2f0;p=idzebra-moved-to-github.git diff --git a/examples/zthes/Makefile.am b/examples/zthes/Makefile.am index 1063baa..ff0552e 100644 --- a/examples/zthes/Makefile.am +++ b/examples/zthes/Makefile.am @@ -1,16 +1,18 @@ -EXTRA_DIST = zebra.cfg Zthes.abs zthes.att zthes.tag \ - tagsetg-zthes.tag tagsetm-zthes.tag tree2xml.pl dino.tree +EXTRA_DIST = zebra.cfg Zthes.abs zthes.att tree2xml.pl dino.tree -dist-hook: - -mkdir $(distdir)/records +# optional: tagsetg-zthes.tag tagsetm-zthes.tag zthes.tag +dino: reci-0.mf -recdA-0.mf: records/dino.xml - zebraidx init - zebraidx update records +reci-0.mf: records/dino.xml + ../../index/zebraidx init + ../../index/zebraidx update records -records/dino.xml: tree2xml.pl dino.tree - ./tree2xml.pl dino.tree > records/dino.xml +$(srcdir)/records/dino.xml: tree2xml.pl dino.tree + ./tree2xml.pl $(srcdir)/dino.tree > $(srcdir)/records/dino.xml clean: rm -f records/dino.xml *.mf *.LCK zebrasrv.pid +dist-hook: records/dino.xml + -mkdir $(distdir)/records + cp $(srcdir)/records/dino.xml $(distdir)/records