aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/automake.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r--chapter06/automake.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml
index c58cf6184..9c8132d2b 100644
--- a/chapter06/automake.xml
+++ b/chapter06/automake.xml
@@ -77,7 +77,7 @@ make -j4 check</userinput></screen>
automake-&am-minor-version;, compile, config.guess, config.sub,
depcomp, install-sh, mdate-sh, missing, mkinstalldirs,
py-compile, and ylwrap</seg>
- <seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;,
+ <seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;, and
/usr/share/doc/automake-&automake-version;</seg>
</seglistitem>
</segmentedlist>
@@ -113,12 +113,12 @@ make -j4 check</userinput></screen>
<listitem>
<para>A tool for automatically generating
<filename>Makefile.in</filename> files from
- <filename>Makefile.am</filename> files. To create all the
+ <filename>Makefile.am</filename> files [To create all the
<filename>Makefile.in</filename> files for a package, run this program
in the top-level directory. By scanning the
<filename>configure.in</filename> file, it automatically finds each
appropriate <filename>Makefile.am</filename> file and generates the
- corresponding <filename>Makefile.in</filename> file</para>
+ corresponding <filename>Makefile.in</filename> file.]</para>
<indexterm zone="ch-system-automake automake">
<primary sortas="b-automake">automake</primary>
</indexterm>