aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/tcl.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-16 00:06:08 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-16 00:06:08 +0000
commit965224946e10cde1353270c2b82d64aa7c641e04 (patch)
tree83f8697f4ed89e530ed499e4ecc8974141fa1c68 /chapter05/tcl.xml
parent90a48977b4cb628a96905e9583019d3ed5a9327f (diff)
HEAD: Retaged the SBUs/disk-usage sections, the lists of options and the contents sections in chapter05.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r--chapter05/tcl.xml56
1 files changed, 34 insertions, 22 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index 4322835e7..c0191f138 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -3,23 +3,30 @@
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
]>
-<sect1 id="ch-tools-tcl" xreflabel="Tcl">
+<sect1 id="ch-tools-tcl" xreflabel="Tcl" role="wrap">
<title>Tcl-&tcl-version;</title>
<?dbhtml filename="tcl.html"?>
<indexterm zone="ch-tools-tcl"><primary sortas="a-Tcl">Tcl</primary></indexterm>
+<sect2 role="package"><title/>
<para>The Tcl package contains the Tool Command Language.</para>
-<screen>&buildtime; 0.9 SBU
-&diskspace; 23 MB</screen>
-
-<para>Tcl installation depends on: Bash, Binutils, Coreutils, Diffutils,
-GCC, Glibc, Grep, Make, Sed.</para>
+<segmentedlist>
+<segtitle>&buildtime;</segtitle>
+<segtitle>&diskspace;</segtitle>
+<seglistitem><seg>0.9 SBU</seg><seg>23 MB</seg></seglistitem>
+</segmentedlist>
+<segmentedlist>
+<segtitle>Tcl installation depends on</segtitle>
+<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
+GCC, Glibc, Grep, Make, Sed</seg></seglistitem>
+</segmentedlist>
+</sect2>
-<sect2>
+<sect2 role="installation">
<title>Installation of Tcl</title>
<para>This package and the next two are only installed to support running the
@@ -53,38 +60,43 @@ will be given later on in <xref linkend="chapter-bootscripts"/>.</para>
<screen><userinput>make install</userinput></screen>
-
<warning><para><emphasis>Do not remove</emphasis> the
<filename>tcl&tcl-version;</filename> source directory yet, as the next package
will need its internal headers.</para></warning>
-
<para>Now make a necessary symbolic link:</para>
<screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen>
</sect2>
+<sect2 id="contents-tcl" role="content"><title>Contents of Tcl</title>
-<sect2 id="contents-tcl"><title>Contents of Tcl</title>
-
-<para><emphasis>Installed programs</emphasis>: tclsh (link to tclsh8.4),
-tclsh8.4</para>
+<segmentedlist>
+<segtitle>Installed programs</segtitle>
+<segtitle>Installed library</segtitle>
+<seglistitem><seg>tclsh (link to tclsh8.4), tclsh8.4</seg><seg>libtcl8.4.so</seg></seglistitem>
+</segmentedlist>
-<para><emphasis>Installed library</emphasis>: libtcl8.4.so</para>
-
-</sect2>
-
-
-<sect2><title>Short descriptions</title>
+<variablelist><title>Short descriptions</title>
+<varlistentry>
+<term id="tclsh8.4"><command>tclsh8.4</command></term>
+<listitem>
<indexterm zone="ch-tools-tcl tclsh8.4"><primary sortas="b-tclsh8.4">tclsh8.4</primary></indexterm>
-<para id="tclsh8.4"><command>tclsh8.4</command> is the Tcl command shell.</para>
+<para>is the Tcl command shell.</para>
+</listitem>
+</varlistentry>
+<varlistentry>
+<term id="libtcl8.4.so"><command>libtcl8.4.so</command></term>
+<listitem>
<indexterm zone="ch-tools-tcl libtcl8.4.so"><primary sortas="c-libtcl8.4.so">libtcl8.4.so</primary></indexterm>
-<para id="libtcl8.4.so"><command>libtcl8.4.so</command> is the Tcl library.</para>
+<para>is the Tcl library.</para>
+</listitem>
+</varlistentry>
+</variablelist>
</sect2>
-
</sect1>