aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/make.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-02-05 13:17:43 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-02-05 13:17:43 +0000
commitbdea25ce6ab3952ccfca27d46eca93d3adf0fc0f (patch)
tree9d19f00bffc642e7245ca28018bbd628df577169 /chapter06/make.xml
parent4ae43249571811cc3e532908edcc4a628f8dcc34 (diff)
Indenting chapter 6, part 7
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7351 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r--chapter06/make.xml110
1 files changed, 66 insertions, 44 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml
index 7f5bca110..6f8496caf 100644
--- a/chapter06/make.xml
+++ b/chapter06/make.xml
@@ -1,73 +1,95 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
]>
+
<sect1 id="ch-system-make" role="wrap">
-<title>Make-&make-version;</title>
-<?dbhtml filename="make.html"?>
+ <?dbhtml filename="make.html"?>
+
+ <title>Make-&make-version;</title>
+
+ <indexterm zone="ch-system-make">
+ <primary sortas="a-Make">Make</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title/>
+
+ <para>The Make package contains a program for compiling packages.</para>
-<indexterm zone="ch-system-make"><primary sortas="a-Make">Make</primary></indexterm>
+ <segmentedlist>
+ <segtitle>&buildtime;</segtitle>
+ <segtitle>&diskspace;</segtitle>
-<sect2 role="package"><title/>
-<para>The Make package contains a program for compiling packages.</para>
+ <seglistitem>
+ <seg>0.2 SBU</seg>
+ <seg>7.1 MB</seg>
+ </seglistitem>
+ </segmentedlist>
-<segmentedlist>
-<segtitle>&buildtime;</segtitle>
-<segtitle>&diskspace;</segtitle>
-<seglistitem><seg>0.2 SBU</seg><seg>7.1 MB</seg></seglistitem>
-</segmentedlist>
+ <segmentedlist>
+ <segtitle>&dependencies;</segtitle>
-<segmentedlist>
-<segtitle>&dependencies;</segtitle>
-<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
-GCC, Gettext, Glibc, Grep, and Sed</seg></seglistitem>
-</segmentedlist>
-</sect2>
+ <seglistitem>
+ <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc,
+ Grep, and Sed</seg>
+ </seglistitem>
+ </segmentedlist>
-<sect2 role="installation">
-<title>Installation of Make</title>
+ </sect2>
-<para>Prepare Make for compilation:</para>
+ <sect2 role="installation">
+ <title>Installation of Make</title>
+
+ <para>Prepare Make for compilation:</para>
<screen><userinput>./configure --prefix=/usr</userinput></screen>
-<para>Compile the package:</para>
+ <para>Compile the package:</para>
<screen><userinput>make</userinput></screen>
-<para>To test the results, issue:
-<userinput>make check</userinput>.</para>
+ <para>To test the results, issue:
+ <userinput>make check</userinput>.</para>
-<para>Install the package:</para>
+ <para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
-</sect2>
+ </sect2>
-<sect2 id="contents-make" role="content"><title>Contents of Make</title>
+ <sect2 id="contents-make" role="content">
+ <title>Contents of Make</title>
-<segmentedlist>
-<segtitle>Installed program</segtitle>
-<seglistitem><seg>make</seg></seglistitem>
-</segmentedlist>
+ <segmentedlist>
+ <segtitle>Installed program</segtitle>
-<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
-<?dbfo list-presentation="list"?>
-<?dbhtml list-presentation="table"?>
+ <seglistitem>
+ <seg>make</seg>
+ </seglistitem>
+ </segmentedlist>
-<varlistentry id="make">
-<term><command>make</command></term>
-<listitem>
-<para>Automatically determines which pieces of a package need to
-be (re)compiled and then issues the relevant commands</para>
-<indexterm zone="ch-system-make make"><primary sortas="b-make">make</primary></indexterm>
-</listitem>
-</varlistentry>
-</variablelist>
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
-</sect2>
+ <varlistentry id="make">
+ <term><command>make</command></term>
+ <listitem>
+ <para>Automatically determines which pieces of a package need to
+ be (re)compiled and then issues the relevant commands</para>
+ <indexterm zone="ch-system-make make">
+ <primary sortas="b-make">make</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
-</sect1>
+ </variablelist>
+ </sect2>
+
+</sect1>