Fix dirs when srcdir is different from dstdir
[idzebra-moved-to-github.git] / examples / zthes / Makefile.am
index 92c88c9..ff0552e 100644 (file)
@@ -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