Changeset 55d12bc


Ignore:
Timestamp:
01/29/2005 06:54:41 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a70a184
Parents:
5e0f7f2
Message:

Added indexing tags to DejaGnu

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3358 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/dejagnu.xml

    r5e0f7f2 r55d12bc  
    1919<?dbhtml filename="dejagnu.html"?>
    2020<title>DejaGnu-&dejagnu-version;</title>
     21<indexterm zone="dejagnu">
     22<primary sortas="a-DejaGnu">DejaGnu</primary>
     23</indexterm>
    2124
    2225<sect2>
     
    5962
    6063<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    61 make &amp;&amp;
    62 make install &amp;&amp;
     64make</command></userinput></screen>
     65
     66<para>Now, as the root user:</para>
     67
     68<screen><userinput role='root'><command>make install &amp;&amp;
    6369make install-doc</command></userinput></screen>
    6470
     
    6874<title>Contents</title>
    6975
    70 <para>The <application>DejaGnu</application> package contains
    71 <command>runtest</command>.</para>
     76<segmentedlist>
     77<segtitle>Installed Program</segtitle>
     78<segtitle>Installed Scripts</segtitle>
     79<segtitle>Installed Directory</segtitle>
    7280
    73 </sect2>
     81<seglistitem>
     82<seg>runtest</seg>
     83<seg>There are numerous <application>Expect</application> scripts installed in
     84the <filename class='directory'>/usr/share/dejagnu</filename> hierarchy.</seg>
     85<seg>/usr/share/dejagnu</seg>
     86</seglistitem>
     87</segmentedlist>
    7488
    75 <sect2><title>Description</title>
     89<variablelist>
     90<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     91<?dbfo list-presentation="list"?>
    7692
    77 <sect3><title>runtest</title>
    78 <para><command>runtest</command> is the <application>DejaGnu</application>
    79 test driver program; use it to  control what tests to run, and variations on
    80 how to run them.</para></sect3>
     93<varlistentry id="runtest">
     94<term><command>runtest</command></term>
     95<listitem><para>is the <application>DejaGnu</application> test driver program.
     96It is used to control what tests to run, and variations on how to run
     97them.</para>
     98<indexterm zone="dejagnu runtest">
     99<primary sortas="b-runtest">runtest</primary>
     100</indexterm></listitem>
     101</varlistentry>
     102</variablelist>
    81103
    82104</sect2>
Note: See TracChangeset for help on using the changeset viewer.