diff options
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r-- | chapter06/bison.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 64ed98ec5..562fcacf6 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -3,23 +3,29 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-bison" xreflabel="Bison"> +<sect1 id="ch-system-bison" xreflabel="Bison" role="wrap"> <title>Bison-&bison-version;</title> <?dbhtml filename="bison.html"?> <indexterm zone="ch-system-bison"><primary sortas="a-Bison">Bison</primary></indexterm> +<sect2 role="package"><title/> <para>The Bison package contains a parser generator.</para> -<screen>&buildtime; 0.6 SBU -&diskspace; 10.6 MB</screen> - -<para>Bison installation depends on: Bash, Binutils, Coreutils, Diffutils, -GCC, Gettext, Glibc, Grep, M4, Make, Sed.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.6 SBU</seg><seg>10.6 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Bison installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, +GCC, Gettext, Glibc, Grep, M4, Make, Sed</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Bison</title> <para>Prepare Bison for compilation:</para> |