X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=examples%2Fzthes%2FMakefile.am;h=2e1fd20508dbdb6a2941e6c3d807dc894fcaa6b8;hp=1063baa79d22f8e637715de2cd342c1e9250e695;hb=e809d64f640790b2695a659bd2eb0ebd4e3cf963;hpb=f4bb896e485ca3ce8f3b14d5199f79ba90f6b2f0 diff --git a/examples/zthes/Makefile.am b/examples/zthes/Makefile.am index 1063baa..2e1fd20 100644 --- a/examples/zthes/Makefile.am +++ b/examples/zthes/Makefile.am @@ -1,12 +1,11 @@ -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 @@ -14,3 +13,5 @@ records/dino.xml: tree2xml.pl dino.tree clean: rm -f records/dino.xml *.mf *.LCK zebrasrv.pid +dist-hook: + -mkdir $(distdir)/records