diff options
Diffstat (limited to 'en_US.ISO8859-1/articles/console-server')
| -rw-r--r-- | en_US.ISO8859-1/articles/console-server/Makefile | 2 | ||||
| -rw-r--r-- | en_US.ISO8859-1/articles/console-server/article.sgml | 8 | 
2 files changed, 7 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/articles/console-server/Makefile b/en_US.ISO8859-1/articles/console-server/Makefile index b3384825b1..fcb305cc9c 100644 --- a/en_US.ISO8859-1/articles/console-server/Makefile +++ b/en_US.ISO8859-1/articles/console-server/Makefile @@ -14,5 +14,7 @@ INSTALL_ONLY_COMPRESSED?=  SRCS=		article.sgml  IMAGES_EN=	tk0231-9-1.png +URL_RELPREFIX?=	../../../..  DOC_PREFIX?= ${.CURDIR}/../../.. +  .include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/en_US.ISO8859-1/articles/console-server/article.sgml b/en_US.ISO8859-1/articles/console-server/article.sgml index 890accf8f4..6787bc7af1 100644 --- a/en_US.ISO8859-1/articles/console-server/article.sgml +++ b/en_US.ISO8859-1/articles/console-server/article.sgml @@ -7,6 +7,8 @@  %authors;  <!ENTITY % trademark PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">  %trademark; +<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"> +%urls;  ]>  <article> @@ -329,7 +331,7 @@  	will need to upgrade to a more modern version of &os; (which  	you should do anyway, to make sure your system is not  	vulnerable to known security issues).  See the <ulink -	url="../../books/handbook/makeworld.html">&os; +	url="&url.books.handbook;/makeworld.html">&os;  	Handbook</ulink> for information about updating your  	system.</para> @@ -342,7 +344,7 @@  	<literal>GENERIC</literal> kernel, so you will need to create a kernel        config file with the appropriate entries.  See &man.stl.4; and the        appropriate section of the <ulink -	URL="../../books/handbook/kernelconfig.html">&os; +	URL="&url.books.handbook;/kernelconfig.html">&os;        Handbook</ulink>.</para>      </sect2> @@ -1276,7 +1278,7 @@ exit 0</programlisting>      <title>Using a Serial Console on &os;</title>      <para>The procedure for doing this is described in detail in the -      <ulink URL="../../books/handbook/serialconsole-setup.html">&os; +      <ulink URL="&url.books.handbook;/serialconsole-setup.html">&os;        Handbook</ulink>.  This is a quick summary.</para>      <sect2 id="freebsd-kernconf">  | 
