diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-01-06 14:26:34 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-01-06 14:26:34 +0000 |
commit | 8eecd345dd5acd862a2edf09d455dfd9e188b28d (patch) | |
tree | 8e982e9c4d3b06e1c1d64a2e8d4b56606234521d /el_GR.ISO8859-7 | |
parent | 4304c1fd6f74d378c7098525226e7e5484775b01 (diff) |
Notes
Diffstat (limited to 'el_GR.ISO8859-7')
-rw-r--r-- | el_GR.ISO8859-7/articles/java-tomcat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/el_GR.ISO8859-7/articles/java-tomcat/Makefile b/el_GR.ISO8859-7/articles/java-tomcat/Makefile index 2e5acde1f3..d098da39cb 100644 --- a/el_GR.ISO8859-7/articles/java-tomcat/Makefile +++ b/el_GR.ISO8859-7/articles/java-tomcat/Makefile @@ -6,7 +6,7 @@ # Makefile for "Java and FreeBSD First Steps" # Author: Victoria Chan, Hiten Pandya -MAINTAINER=vkchan@kendryl.net hiten@uk.FreeBSD.org +MAINTAINER=keramida@FreeBSD.org DOC?= article @@ -17,5 +17,6 @@ INSTALL_ONLY_COMPRESSED?= SRCS= article.sgml +URL_RELPREFIX?= ../../../.. DOC_PREFIX?= ${.CURDIR}/../../.. .include "${DOC_PREFIX}/share/mk/doc.project.mk" |