From: Adam Dickmeiss Date: Mon, 2 Dec 2002 16:55:55 +0000 (+0000) Subject: Revert relative path for zebra X-Git-Tag: ZEBRA.1.3.4.Roel~16 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=21f3c59928c1a77691436a472f385d58262dad4a;p=idzebra-moved-to-github.git Revert relative path for zebra --- diff --git a/examples/zthes/Makefile b/examples/zthes/Makefile index e78229d..b3e98db 100644 --- a/examples/zthes/Makefile +++ b/examples/zthes/Makefile @@ -1,10 +1,10 @@ recdA-0.mf: records/dino.xml - ../../index/zebraidx init - ../../index/zebraidx update records + 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 + rm -f records/dino.xml *.mf *.LCK zebrasrv.pid