diff options
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index e2e492719..606e3f742 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -3,24 +3,30 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-automake" xreflabel="Automake"> +<sect1 id="ch-system-automake" xreflabel="Automake" role="wrap"> <title>Automake-&automake-version;</title> <?dbhtml filename="automake.html"?> <indexterm zone="ch-system-automake"><primary sortas="a-Automake">Automake</primary></indexterm> +<sect2 role="package"><title/> <para>The Automake package contains programs for generating Makefiles for use with Autoconf.</para> -<screen>&buildtime; 0.2 SBU -&diskspace; 6.8 MB</screen> - -<para>Automake installation depends on: Autoconf, Bash, Coreutils, -Diffutils, Grep, M4, Make, Perl, Sed.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.2 SBU</seg><seg>6.8 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Automake installation depends on</segtitle> +<seglistitem><seg>Autoconf, Bash, Coreutils, +Diffutils, Grep, M4, Make, Perl, Sed</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Automake</title> <para>Prepare Automake for compilation:</para> |