aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/automake-desc.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-17 01:11:16 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-17 01:11:16 +0000
commit62097a44fcb1d5472eb0882202872f15645d704d (patch)
treec1ada795321fa952642355cfce6e679149dbb901 /appendixa/automake-desc.xml
parent9f155018a6f72a06fab0dcd82c350d36a93922f5 (diff)
Billy's automake conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2356 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/automake-desc.xml')
-rw-r--r--appendixa/automake-desc.xml20
1 files changed, 9 insertions, 11 deletions
diff --git a/appendixa/automake-desc.xml b/appendixa/automake-desc.xml
index 7879172a4..68cae424e 100644
--- a/appendixa/automake-desc.xml
+++ b/appendixa/automake-desc.xml
@@ -1,13 +1,10 @@
-<sect2><title>Contents of Automake</title>
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-<para>Last checked against version &automake-contversion;.</para>
+<sect2><title>Descriptions</title>
-<sect3><title>Program Files</title>
-<para>acinstall, aclocal, aclocal-1.6, automake, automake-1.6,
-compile, config.guess, config.sub, depcomp, elisp-comp, install-sh,
-mdate-sh, missing, mkinstalldirs, py-compile, ylwrap</para></sect3>
+<para>Last checked against version &automake-contversion;.</para>
-<sect3><title>Descriptions</title>
+<sect3><title>Program file descriptions</title>
<sect4><title>acinstall</title>
<para>acinstall is a script which installs aclocal-style M4 files.</para></sect4>
@@ -25,10 +22,11 @@ Also, the aclocal mechanism is extensible for use
by other packages.</para></sect4>
<sect4><title>automake, automake-1.6</title>
-<para>To create all the Makefile.in's for a package, run the automake
-program in the top level directory, with no arguments. automake will
-automatically find each appropriate Makefile.am (by scanning
-configure.in) and generate the corresponding Makefile.in.</para></sect4>
+<para>To create all the Makefile.in files for a package, run the
+automake program in the top level directory, with no
+arguments. automake will automatically find each appropriate
+Makefile.am (by scanning configure.in) and generate the corresponding
+Makefile.in.</para></sect4>
<sect4><title>compile</title>
<para>compile is script which acts as a wrapper for compilers.</para></sect4>