Changeset 1fe35e1 for chapter06/gcc.xml


Ignore:
Timestamp:
12/05/2004 06:43:10 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
1375d26
Parents:
c5538b3
Message:
  • (chapter06/*.xml) RELAX NG validation fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4356 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    rc5538b3 r1fe35e1  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-gcc" xreflabel="GCC" role="wrap">
    7 <title>GCC-&gcc-version;</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xlink="http://www.w3.org/1999/xlink"
     8         xml:id="ch-system-gcc" xreflabel="GCC" role="wrap">
     9<info><title>GCC-&gcc-version;</title></info>
    810<?dbhtml filename="gcc.html"?>
    911
    1012<indexterm zone="ch-system-gcc"><primary sortas="a-GCC">GCC</primary></indexterm>
    1113
    12 <sect2 role="package"><title/>
     14<section role="package"><info><title/></info>
    1315<para>The GCC package contains the GNU compiler collection, which includes
    1416the C and C++ compilers.</para>
     
    2527Gawk, Gettext, Glibc, Grep, Make, Perl, Sed, Texinfo</seg></seglistitem>
    2628</segmentedlist>
    27 </sect2>
     29</section>
    2830
    29 <sect2 role="installation">
    30 <title>Installation of GCC</title>
     31<section role="installation">
     32<info><title>Installation of GCC</title></info>
    3133
    3234<para>This package is known to behave badly when you have changed its
     
    4042GCC-testsuite package. The full GCC package contains even more
    4143compilers. Instructions for building these can be found at
    42 <ulink url="&blfs-root;view/stable/general/gcc.html"/>.</para>
     44<uri xlink:href="&blfs-root;view/stable/general/gcc.html"/>.</para>
    4345
    4446<para>First apply only the No-Fixincludes patch (and <emphasis>not</emphasis>
     
    109111<xref linkend="chapter-temporary-tools"/>.</para></note>
    110112
    111 </sect2>
     113</section>
    112114
    113115
    114 <sect2 id="contents-gcc" role="content"><title>Contents of GCC</title>
     116<section xml:id="contents-gcc" role="content"><info><title>Contents of GCC</title></info>
    115117
    116118<segmentedlist>
     
    124126<variablelist><title>Short descriptions</title>
    125127
    126 <varlistentry id="cpp">
     128<varlistentry xml:id="cpp">
    127129<term><command>cpp</command></term>
    128130<listitem>
     
    133135</varlistentry>
    134136
    135 <varlistentry id="g">
     137<varlistentry xml:id="g">
    136138<term><command>g++</command></term>
    137139<listitem>
     
    141143</varlistentry>
    142144
    143 <varlistentry id="gcc">
     145<varlistentry xml:id="gcc">
    144146<term><command>gcc</command></term>
    145147<listitem>
     
    150152</varlistentry>
    151153
    152 <varlistentry id="gccbug">
     154<varlistentry xml:id="gccbug">
    153155<term><command>gccbug</command></term>
    154156<listitem>
     
    158160</varlistentry>
    159161
    160 <varlistentry id="gcov">
     162<varlistentry xml:id="gcov">
    161163<term><command>gcov</command></term>
    162164<listitem>
     
    167169</varlistentry>
    168170
    169 <varlistentry id="libgcc">
     171<varlistentry xml:id="libgcc">
    170172<term><filename class="libraryfile">libgcc*</filename></term>
    171173<listitem>
     
    175177</varlistentry>
    176178
    177 <varlistentry id="libstdc">
     179<varlistentry xml:id="libstdc">
    178180<term><filename class="libraryfile">libstdc++</filename></term>
    179181<listitem>
     
    183185</varlistentry>
    184186
    185 <varlistentry id="libsupc">
     187<varlistentry xml:id="libsupc">
    186188<term><filename class="libraryfile">libsupc++</filename></term>
    187189<listitem>
     
    192194</variablelist>
    193195
    194 </sect2>
     196</section>
    195197
    196 </sect1>
     198</section>
Note: See TracChangeset for help on using the changeset viewer.