Changeset 6a0e6f3 for chapter06/make.xml


Ignore:
Timestamp:
12/11/2004 08:56:20 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
29723b9
Parents:
9c9d585
Message:
  • Remove the spurious <info> tags that I thought were necessary but evidently aren't

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/make.xml

    r9c9d585 r6a0e6f3  
    66<section xmlns="http://docbook.org/docbook-ng"
    77         xml:id="ch-system-make" xreflabel="Make" role="wrap">
    8 <info><title>Make-&make-version;</title></info>
     8<title>Make-&make-version;</title>
    99<?dbhtml filename="make.html"?>
    1010
    1111<indexterm zone="ch-system-make"><primary sortas="a-Make">Make</primary></indexterm>
    1212
    13 <section role="package"><info><title/></info>
     13<section role="package"><title/>
    1414<para>The Make package contains a program for compiling large packages.</para>
    1515
     
    2828
    2929<section role="installation">
    30 <info><title>Installation of Make</title></info>
     30<title>Installation of Make</title>
    3131
    3232<para>Prepare Make for compilation:</para>
     
    4848
    4949
    50 <section xml:id="contents-make" role="content"><info><title>Contents of Make</title></info>
     50<section xml:id="contents-make" role="content"><title>Contents of Make</title>
    5151
    5252<segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.