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