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/autoconf.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-autoconf" xreflabel="Autoconf" role="wrap">
    7 <title>Autoconf-&autoconf-version;</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="ch-system-autoconf" xreflabel="Autoconf" role="wrap">
     8<info><title>Autoconf-&autoconf-version;</title></info>
    89<?dbhtml filename="autoconf.html"?>
    910
    1011<indexterm zone="ch-system-autoconf"><primary sortas="a-Autoconf">Autoconf</primary></indexterm>
    1112
    12 <sect2 role="package"><title/>
     13<section role="package"><info><title/></info>
    1314<para>The Autoconf package contains programs for producing shell scripts that
    1415can automatically configure source code.</para>
     
    2526M4, Make, Perl, Sed</seg></seglistitem>
    2627</segmentedlist>
    27 </sect2>
     28</section>
    2829
    29 <sect2 role="installation">
    30 <title>Installation of Autoconf</title>
     30<section role="installation">
     31<info><title>Installation of Autoconf</title></info>
    3132
    3233<para>Prepare Autoconf for compilation:</para>
     
    4546<screen><userinput>make install</userinput></screen>
    4647
    47 </sect2>
     48</section>
    4849
    4950
    50 <sect2 id="contents-autoconf" role="content"><title>Contents of Autoconf</title>
     51<section xml:id="contents-autoconf" role="content"><info><title>Contents of Autoconf</title></info>
    5152
    5253<segmentedlist>
     
    5859<variablelist><title>Short descriptions</title>
    5960
    60 <varlistentry id="autoconf">
     61<varlistentry xml:id="autoconf">
    6162<term><command>autoconf</command></term>
    6263<listitem>
     
    6970</varlistentry>
    7071
    71 <varlistentry id="autoheader">
     72<varlistentry xml:id="autoheader">
    7273<term><command>autoheader</command> </term>
    7374<listitem>
     
    7879</varlistentry>
    7980
    80 <varlistentry id="autom4te">
     81<varlistentry xml:id="autom4te">
    8182<term><command>autom4te</command></term>
    8283<listitem>
     
    8687</varlistentry>
    8788
    88 <varlistentry id="autoreconf">
     89<varlistentry xml:id="autoreconf">
    8990<term><command>autoreconf</command></term>
    9091<listitem>
     
    9798</varlistentry>
    9899
    99 <varlistentry id="autoscan">
     100<varlistentry xml:id="autoscan">
    100101<term><command>autoscan</command> </term>
    101102<listitem>
     
    109110</varlistentry>
    110111
    111 <varlistentry id="autoupdate">
     112<varlistentry xml:id="autoupdate">
    112113<term><command>autoupdate</command></term>
    113114<listitem>
     
    118119</varlistentry>
    119120
    120 <varlistentry id="ifnames">
     121<varlistentry xml:id="ifnames">
    121122<term><command>ifnames</command> </term>
    122123<listitem>
     
    133134</variablelist>
    134135
    135 </sect2>
     136</section>
    136137
    137 </sect1>
     138</section>
Note: See TracChangeset for help on using the changeset viewer.