diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 21:37:26 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 21:37:26 +0000 |
commit | b8a819fd7bca2d339d92375130c556cca465aa1d (patch) | |
tree | e50ac7f33f4bafb2fb0d129181ba168181bc4083 /chapter06/automake.xml | |
parent | 8d11d9f0c80a970ae5aa1a4f95123d70ac8f485e (diff) |
Changed the id's location in the Short descriptions sections to fix a bug in the PDF generation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index fce2c31a3..84043649a 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -58,16 +58,16 @@ missing, mkinstalldirs, py-compile, symlink-tree, ylwrap</seg></seglistitem> <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="acinstall"><command>acinstall</command></term> +<varlistentry id="acinstall"> +<term><command>acinstall</command></term> <listitem> <indexterm zone="ch-system-automake acinstall"><primary sortas="b-acinstall">acinstall</primary></indexterm> <para>is a script that installs aclocal-style M4 files.</para> </listitem> </varlistentry> -<varlistentry> -<term id="aclocal"><command>aclocal</command></term> +<varlistentry id="aclocal"> +<term><command>aclocal</command></term> <listitem> <indexterm zone="ch-system-automake aclocal"><primary sortas="b-aclocal">aclocal</primary></indexterm> <para>generates <filename>aclocal.m4</filename> @@ -75,8 +75,8 @@ files based on the contents of <filename>configure.in</filename> files.</para> </listitem> </varlistentry> -<varlistentry> -<term id="automake"><command>automake</command></term> +<varlistentry id="automake"> +<term><command>automake</command></term> <listitem> <indexterm zone="ch-system-automake automake"><primary sortas="b-automake">automake</primary></indexterm> <para>is a tool for automatically generating @@ -89,16 +89,16 @@ generate the corresponding <filename>Makefile.in</filename>.</para> </listitem> </varlistentry> -<varlistentry> -<term id="compile"><command>compile</command></term> +<varlistentry id="compile"> +<term><command>compile</command></term> <listitem> <indexterm zone="ch-system-automake compile"><primary sortas="b-compile">compile</primary></indexterm> <para>is a wrapper for compilers.</para> </listitem> </varlistentry> -<varlistentry> -<term id="config.guess"><command>config.guess</command> </term> +<varlistentry id="config.guess"> +<term><command>config.guess</command> </term> <listitem> <indexterm zone="ch-system-automake config.guess"><primary sortas="b-config.guess">config.guess</primary></indexterm> <para>is a script that attempts to guess @@ -106,16 +106,16 @@ the canonical triplet for the given build, host, or target architecture.</para> </listitem> </varlistentry> -<varlistentry> -<term id="config.su"><command>config.sub</command></term> +<varlistentry id="config.su"> +<term><command>config.sub</command></term> <listitem> <indexterm zone="ch-system-automake config.su"><primary sortas="b-config.su">config.su</primary></indexterm> <para>is a configuration validation subroutine script.</para> </listitem> </varlistentry> -<varlistentry> -<term id="depcomp"><command>depcomp</command></term> +<varlistentry id="depcomp"> +<term><command>depcomp</command></term> <listitem> <indexterm zone="ch-system-automake depcomp"><primary sortas="b-depcomp">depcomp</primary></indexterm> <para>is a script for compiling a program so that not only the desired output is @@ -123,32 +123,32 @@ generated, but also dependency information.</para> </listitem> </varlistentry> -<varlistentry> -<term id="elisp-comp"><command>elisp-comp</command></term> +<varlistentry id="elisp-comp"> +<term><command>elisp-comp</command></term> <listitem> <indexterm zone="ch-system-automake elisp-comp"><primary sortas="b-elisp-comp">elisp-comp</primary></indexterm> <para>byte-compiles Emacs Lisp code.</para> </listitem> </varlistentry> -<varlistentry> -<term id="install-sh"><command>install-sh</command></term> +<varlistentry id="install-sh"> +<term><command>install-sh</command></term> <listitem> <indexterm zone="ch-system-automake install-sh"><primary sortas="b-install-sh">install-sh</primary></indexterm> <para>is a script that installs a program, a script, or a datafile.</para> </listitem> </varlistentry> -<varlistentry> -<term id="mdate-sh"><command>mdate-sh</command></term> +<varlistentry id="mdate-sh"> +<term><command>mdate-sh</command></term> <listitem> <indexterm zone="ch-system-automake mdate-sh"><primary sortas="b-mdate-sh">mdate-sh</primary></indexterm> <para>is a script that prints the modification time of a file or directory.</para> </listitem> </varlistentry> -<varlistentry> -<term id="missing"><command>missing</command></term> +<varlistentry id="missing"> +<term><command>missing</command></term> <listitem> <indexterm zone="ch-system-automake missing"><primary sortas="b-missing">missing</primary></indexterm> <para>is a script acting as a common stub for @@ -156,32 +156,32 @@ missing GNU programs during an installation.</para> </listitem> </varlistentry> -<varlistentry> -<term id="mkinstalldirs"><command>mkinstalldirs</command></term> +<varlistentry id="mkinstalldirs"> +<term><command>mkinstalldirs</command></term> <listitem> <indexterm zone="ch-system-automake mkinstalldirs"><primary sortas="b-mkinstalldirs">mkinstalldirs</primary></indexterm> <para>is a script that creates a directory tree.</para> </listitem> </varlistentry> -<varlistentry> -<term id="py-compile"><command>py-compile</command></term> +<varlistentry id="py-compile"> +<term><command>py-compile</command></term> <listitem> <indexterm zone="ch-system-automake py-compile"><primary sortas="b-py-compile">py-compile</primary></indexterm> <para>compiles a Python program.</para> </listitem> </varlistentry> -<varlistentry> -<term id="symlink-tree"><command>symlink-tree</command></term> +<varlistentry id="symlink-tree"> +<term><command>symlink-tree</command></term> <listitem> <indexterm zone="ch-system-automake symlink-tree"><primary sortas="b-symlink-tree">symlink-tree</primary></indexterm> <para>is a script to create a symlink tree of a directory tree.</para> </listitem> </varlistentry> -<varlistentry> -<term id="ylwrap"><command>ylwrap</command></term> +<varlistentry id="ylwrap"> +<term><command>ylwrap</command></term> <listitem> <indexterm zone="ch-system-automake ylwrap"><primary sortas="b-ylwrap">ylwrap</primary></indexterm> <para>is a wrapper for lex and yacc.</para> |