Ignore:
Timestamp:
08/08/2004 03:09:34 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
6b85f8a
Parents:
0869f1e
Message:

Tags changes in the contents sections to make a better print output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4009 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/automake.xml

    r0869f1e r3ed279f  
    5757</segmentedlist>
    5858
    59 <variablelist><title>Short descriptions</title>
     59<variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     60<?dbfo list-presentation="list"?>
    6061
    6162<varlistentry id="acinstall">
    6263<term><command>acinstall</command></term>
    6364<listitem>
     65<para>a script that installs aclocal-style M4 files.</para>
    6466<indexterm zone="ch-system-automake acinstall"><primary sortas="b-acinstall">acinstall</primary></indexterm>
    65 <para>a script that installs aclocal-style M4 files.</para>
    6667</listitem>
    6768</varlistentry>
     
    7071<term><command>aclocal</command></term>
    7172<listitem>
    72 <indexterm zone="ch-system-automake aclocal"><primary sortas="b-aclocal">aclocal</primary></indexterm>
    7373<para>generates <filename>aclocal.m4</filename>
    7474files based on the contents of <filename>configure.in</filename> files.</para>
     75<indexterm zone="ch-system-automake aclocal"><primary sortas="b-aclocal">aclocal</primary></indexterm>
    7576</listitem>
    7677</varlistentry>
     
    7980<term><command>automake</command></term>
    8081<listitem>
    81 <indexterm zone="ch-system-automake automake"><primary sortas="b-automake">automake</primary></indexterm>
    8282<para>a tool for automatically generating
    8383<filename>Makefile.in</filename> files from
     
    8888appropriate <filename>Makefile.am</filename> file and generate the
    8989corresponding <filename>Makefile.in</filename> file.</para>
     90<indexterm zone="ch-system-automake automake"><primary sortas="b-automake">automake</primary></indexterm>
    9091</listitem>
    9192</varlistentry>
     
    9495<term><command>compile</command></term>
    9596<listitem>
     97<para>a wrapper for compilers.</para>
    9698<indexterm zone="ch-system-automake compile"><primary sortas="b-compile">compile</primary></indexterm>
    97 <para>a wrapper for compilers.</para>
    9899</listitem>
    99100</varlistentry>
     
    102103<term><command>config.guess</command> </term>
    103104<listitem>
    104 <indexterm zone="ch-system-automake config.guess"><primary sortas="b-config.guess">config.guess</primary></indexterm>
    105105<para>a script that attempts to guess
    106106the canonical triplet for the given build, host, or target architecture.</para>
     107<indexterm zone="ch-system-automake config.guess"><primary sortas="b-config.guess">config.guess</primary></indexterm>
    107108</listitem>
    108109</varlistentry>
     
    111112<term><command>config.sub</command></term>
    112113<listitem>
     114<para>a configuration validation subroutine script.</para>
    113115<indexterm zone="ch-system-automake config.su"><primary sortas="b-config.su">config.su</primary></indexterm>
    114 <para>a configuration validation subroutine script.</para>
    115116</listitem>
    116117</varlistentry>
     
    119120<term><command>depcomp</command></term>
    120121<listitem>
    121 <indexterm zone="ch-system-automake depcomp"><primary sortas="b-depcomp">depcomp</primary></indexterm>
    122122<para>a script for compiling a program so that dependency information
    123123is generated in addition to the desired output.</para>
     124<indexterm zone="ch-system-automake depcomp"><primary sortas="b-depcomp">depcomp</primary></indexterm>
    124125</listitem>
    125126</varlistentry>
     
    128129<term><command>elisp-comp</command></term>
    129130<listitem>
     131<para>byte-compiles Emacs Lisp code.</para>
    130132<indexterm zone="ch-system-automake elisp-comp"><primary sortas="b-elisp-comp">elisp-comp</primary></indexterm>
    131 <para>byte-compiles Emacs Lisp code.</para>
    132133</listitem>
    133134</varlistentry>
     
    136137<term><command>install-sh</command></term>
    137138<listitem>
     139<para>a script that installs a program, a script, or a data file.</para>
    138140<indexterm zone="ch-system-automake install-sh"><primary sortas="b-install-sh">install-sh</primary></indexterm>
    139 <para>a script that installs a program, a script, or a data file.</para>
    140141</listitem>
    141142</varlistentry>
     
    144145<term><command>mdate-sh</command></term>
    145146<listitem>
     147<para>a script that prints the modification time of a file or directory.</para>
    146148<indexterm zone="ch-system-automake mdate-sh"><primary sortas="b-mdate-sh">mdate-sh</primary></indexterm>
    147 <para>a script that prints the modification time of a file or directory.</para>
    148149</listitem>
    149150</varlistentry>
     
    152153<term><command>missing</command></term>
    153154<listitem>
    154 <indexterm zone="ch-system-automake missing"><primary sortas="b-missing">missing</primary></indexterm>
    155155<para>a script acting as a common stub for missing GNU programs during
    156156an installation.</para>
     157<indexterm zone="ch-system-automake missing"><primary sortas="b-missing">missing</primary></indexterm>
    157158</listitem>
    158159</varlistentry>
     
    161162<term><command>mkinstalldirs</command></term>
    162163<listitem>
     164<para>a script that creates a directory tree.</para>
    163165<indexterm zone="ch-system-automake mkinstalldirs"><primary sortas="b-mkinstalldirs">mkinstalldirs</primary></indexterm>
    164 <para>a script that creates a directory tree.</para>
    165166</listitem>
    166167</varlistentry>
     
    169170<term><command>py-compile</command></term>
    170171<listitem>
     172<para>compiles a Python program.</para>
    171173<indexterm zone="ch-system-automake py-compile"><primary sortas="b-py-compile">py-compile</primary></indexterm>
    172 <para>compiles a Python program.</para>
    173174</listitem>
    174175</varlistentry>
     
    177178<term><command>symlink-tree</command></term>
    178179<listitem>
     180<para>a script to create a symlink tree of a directory tree.</para>
    179181<indexterm zone="ch-system-automake symlink-tree"><primary sortas="b-symlink-tree">symlink-tree</primary></indexterm>
    180 <para>a script to create a symlink tree of a directory tree.</para>
    181182</listitem>
    182183</varlistentry>
     
    185186<term><command>ylwrap</command></term>
    186187<listitem>
     188<para>a wrapper for <command>lex</command> and <command>yacc</command>.</para>
    187189<indexterm zone="ch-system-automake ylwrap"><primary sortas="b-ylwrap">ylwrap</primary></indexterm>
    188 <para>a wrapper for <command>lex</command> and <command>yacc</command>.</para>
    189190</listitem>
    190191</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.