From: Mike Taylor Date: Tue, 25 May 2010 14:03:52 +0000 (+0200) Subject: Would you believe ... fix the src path? X-Git-Tag: v1.5~7 X-Git-Url: http://git.indexdata.com/?p=cql-java-moved-to-github.git;a=commitdiff_plain;h=cab72229696568fdc524a5218b6231a0ccbda4ff Would you believe ... fix the src path? --- 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: