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=ff0552ecf67f0b555b6f624f784dda30b2402e89;hp=92c88c97d9329ffdead4f7b4a662221ad4141f57;hb=bdcc8b0072a9cd12978862580bb59ae6e2666289;hpb=e12370b42f081172f1917d3b47c11b9327cffdb7 diff --git a/examples/zthes/Makefile.am b/examples/zthes/Makefile.am index 92c88c9..ff0552e 100644 --- a/examples/zthes/Makefile.am +++ b/examples/zthes/Makefile.am @@ -7,12 +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: records/dino.xml -mkdir $(distdir)/records - cp records/dino.xml $(distdir)/records + cp $(srcdir)/records/dino.xml $(distdir)/records