From cab72229696568fdc524a5218b6231a0ccbda4ff Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 25 May 2010 16:03:52 +0200 Subject: [PATCH] Would you believe ... fix the src path? --- docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index c77810a..a61ae53 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,8 +2,8 @@ all: overview-tree.html -overview-tree.html: ../src/org/z3950/zing/cql/*.java - nice javadoc -classpath ../src \ +overview-tree.html: ../src/main/java/org/z3950/zing/cql/*.java + nice javadoc -classpath ../src/main/java \ -author -version -windowtitle cql-java org.z3950.zing.cql clean: -- 1.7.10.4