aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles/java-tomcat
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/articles/java-tomcat')
-rw-r--r--en_US.ISO8859-1/articles/java-tomcat/Makefile2
-rw-r--r--en_US.ISO8859-1/articles/java-tomcat/article.sgml6
2 files changed, 6 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/articles/java-tomcat/Makefile b/en_US.ISO8859-1/articles/java-tomcat/Makefile
index 2a8b598453..41b2a16407 100644
--- a/en_US.ISO8859-1/articles/java-tomcat/Makefile
+++ b/en_US.ISO8859-1/articles/java-tomcat/Makefile
@@ -15,5 +15,7 @@ INSTALL_ONLY_COMPRESSED?=
SRCS= article.sgml
+URL_RELPREFIX?= ../../../..
DOC_PREFIX?= ${.CURDIR}/../../..
+
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
diff --git a/en_US.ISO8859-1/articles/java-tomcat/article.sgml b/en_US.ISO8859-1/articles/java-tomcat/article.sgml
index de13705e13..5fce6ed1c3 100644
--- a/en_US.ISO8859-1/articles/java-tomcat/article.sgml
+++ b/en_US.ISO8859-1/articles/java-tomcat/article.sgml
@@ -38,6 +38,8 @@
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
%trademarks;
+<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
+%urls;
<!--
URL Entities. These are in place, to allow wrapping long URLs to the 80th
column.
@@ -151,7 +153,7 @@
<command>make</command> it will fail if it attempts to build older
source. You can upgrade your entire ports collection by using
<application>CVSup</application>. See <ulink
- url="../../books/handbook/cvsup.html">Using CVSup</ulink> section
+ url="&url.books.handbook;/cvsup.html">Using CVSup</ulink> section
of the Handbook for more information. You can also download the
ports you need manually from <ulink
url="&ftpurl;/pub/FreeBSD/ports/"></ulink> to
@@ -162,7 +164,7 @@
(Linux-ABI) enabled in your kernel configuration. Simply add
the following option to your kernel configuration file and
recompile it. Instructions for building a kernel can be found
- in the <ulink url="../../books/handbook/index.html">FreeBSD
+ in the <ulink url="&url.books.handbook;/index.html">FreeBSD
Handbook</ulink>.</para>
<programlisting>options COMPAT_LINUX</programlisting>