X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=examples%2Fzthes%2FMakefile;fp=examples%2Fzthes%2FMakefile;h=51e59ca89a4ca86717118ef492af95456cd83cc9;hp=0000000000000000000000000000000000000000;hb=9d4e6632c1548802427457774ee51c70f47e08ce;hpb=c6870a73f20b8694063dc738d5b8127ff38d593f diff --git a/examples/zthes/Makefile b/examples/zthes/Makefile new file mode 100644 index 0000000..51e59ca --- /dev/null +++ b/examples/zthes/Makefile @@ -0,0 +1,10 @@ +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 +