X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fzthes%2FMakefile.am;h=ff0552ecf67f0b555b6f624f784dda30b2402e89;hb=83faa5a78ea0be33bf72307ba0a600ef3c56e31f;hp=2e1fd20508dbdb6a2941e6c3d807dc894fcaa6b8;hpb=e809d64f640790b2695a659bd2eb0ebd4e3cf963;p=idzebra-moved-to-github.git diff --git a/examples/zthes/Makefile.am b/examples/zthes/Makefile.am index 2e1fd20..ff0552e 100644 --- a/examples/zthes/Makefile.am +++ b/examples/zthes/Makefile.am @@ -7,11 +7,12 @@ 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: +dist-hook: records/dino.xml -mkdir $(distdir)/records + cp $(srcdir)/records/dino.xml $(distdir)/records