aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/make.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r--chapter06/make.xml24
1 files changed, 15 insertions, 9 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml
index 99b4d57bf..82ce7671b 100644
--- a/chapter06/make.xml
+++ b/chapter06/make.xml
@@ -3,23 +3,29 @@
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
]>
-<sect1 id="ch-system-make" xreflabel="Make">
+<sect1 id="ch-system-make" xreflabel="Make" role="wrap">
<title>Make-&make-version;</title>
<?dbhtml filename="make.html"?>
<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 large packages.</para>
-<screen>&buildtime; 0.2 SBU
-&diskspace; 8.8 MB</screen>
-
-<para>Make installation depends on: Bash, Binutils, Coreutils, Diffutils,
-GCC, Gettext, Glibc, Grep, Sed.</para>
-
-
+<segmentedlist>
+<segtitle>&buildtime;</segtitle>
+<segtitle>&diskspace;</segtitle>
+<seglistitem><seg>0.2 SBU</seg><seg>8.8 MB</seg></seglistitem>
+</segmentedlist>
+
+<segmentedlist>
+<segtitle>Make installation depends on</segtitle>
+<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
+GCC, Gettext, Glibc, Grep, Sed</seg></seglistitem>
+</segmentedlist>
+</sect2>
-<sect2>
+<sect2 role="installation">
<title>Installation of Make</title>
<para>Prepare Make for compilation:</para>