From 21f3c59928c1a77691436a472f385d58262dad4a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 2 Dec 2002 16:55:55 +0000 Subject: [PATCH] Revert relative path for zebra --- examples/zthes/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4