From ba1429da6e78bc9fe4622d4e83b4fdbd8b1ceb85 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 21 May 2010 11:35:52 +0100 Subject: [PATCH] Fix up paths post-Mavenization. --- 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