Changeset 1fe35e1 for chapter06/make.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/make.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-make" xreflabel="Make" role="wrap">
    7 <title>Make-&make-version;</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="ch-system-make" xreflabel="Make" role="wrap">
     8<info><title>Make-&make-version;</title></info>
    89<?dbhtml filename="make.html"?>
    910
    1011<indexterm zone="ch-system-make"><primary sortas="a-Make">Make</primary></indexterm>
    1112
    12 <sect2 role="package"><title/>
     13<section role="package"><info><title/></info>
    1314<para>The Make package contains a program for compiling large packages.</para>
    1415
     
    2425GCC, Gettext, Glibc, Grep, Sed</seg></seglistitem>
    2526</segmentedlist>
    26 </sect2>
     27</section>
    2728
    28 <sect2 role="installation">
    29 <title>Installation of Make</title>
     29<section role="installation">
     30<info><title>Installation of Make</title></info>
    3031
    3132<para>Prepare Make for compilation:</para>
     
    4445<screen><userinput>make install</userinput></screen>
    4546
    46 </sect2>
     47</section>
    4748
    4849
    49 <sect2 id="contents-make" role="content"><title>Contents of Make</title>
     50<section xml:id="contents-make" role="content"><info><title>Contents of Make</title></info>
    5051
    5152<segmentedlist>
     
    5657<variablelist><title>Short descriptions</title>
    5758
    58 <varlistentry id="make">
     59<varlistentry xml:id="make">
    5960<term><command>make</command></term>
    6061<listitem>
     
    6667</variablelist>
    6768
    68 </sect2>
     69</section>
    6970
    70 </sect1>
     71</section>
Note: See TracChangeset for help on using the changeset viewer.