aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles/custom-gcc/article.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/articles/custom-gcc/article.sgml')
-rw-r--r--en_US.ISO8859-1/articles/custom-gcc/article.sgml18
1 files changed, 11 insertions, 7 deletions
diff --git a/en_US.ISO8859-1/articles/custom-gcc/article.sgml b/en_US.ISO8859-1/articles/custom-gcc/article.sgml
index dff8c716d6..bc4f8937f4 100644
--- a/en_US.ISO8859-1/articles/custom-gcc/article.sgml
+++ b/en_US.ISO8859-1/articles/custom-gcc/article.sgml
@@ -1,9 +1,11 @@
-<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
-<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
-%articles.ent;
+<?xml version="1.0" encoding="ISO8859-1" standalone="no"?>
+<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
+ "../../../share/sgml/freebsd42.dtd" [
+<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN" "../../share/sgml/entities.ent">
+%entities;
]>
-<article>
+<article lang='en'>
<articleinfo>
<title>Using newer version of <application>GCC</application> and
<application>binutils</application> with the &os; Ports
@@ -17,8 +19,6 @@
</affiliation>
</author>
- <pubdate>$FreeBSD$</pubdate>
-
<legalnotice id="trademarks" role="trademarks">
&tm-attrib.freebsd;
&tm-attrib.general;
@@ -29,6 +29,10 @@
<holder>The &os; Documentation Project</holder>
</copyright>
+ <pubdate>$FreeBSD$</pubdate>
+
+ <releaseinfo>$FreeBSD$</releaseinfo>
+
<abstract>
<para>This article describes how to use newer versions of the
<application>GCC</application> compilers and
@@ -100,7 +104,7 @@
<para>Additional system configuration is required in order to use
custom version of <application>GCC</application> installed from
- the &os; ports tree.<para>
+ the &os; ports tree.</para>
<sect2 id="adjusting-make.conf">
<title>Adjusting <filename>make.conf</filename></title>