summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-13 15:03:43 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-08-13 15:03:43 +0200
commit346d76aa2338c0108d872fc7eedbd18c9db30102 (patch)
tree197cdffdd833a8fde097bdc41fe6c543ecc41400 /doc
parentfd189a05ca269424fd4eae7d79a788aec5438658 (diff)
downloadautomake-346d76aa2338c0108d872fc7eedbd18c9db30102.tar.gz
docs: fix typo: s/make install-info/make uninstall-info/
* doc/automake.texi (Texinfo): Here. And a minor wording improvement while we are at it. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/automake.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index a168bb911..ac2c0a566 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -7967,9 +7967,9 @@ be prevented via the @code{no-installinfo} option. In this case,
request this explicitly using @samp{make install-info}.
@vindex AM_UPDATE_INFO_DIR
-By default, @code{make install-info} and @code{make install-info}
-will try to run the @command{install-info} program (if available)
-to update (or create) the @file{@code{$@{infodir@}}/dir} index.
+By default, @code{make install-info} and @code{make uninstall-info}
+will try to run the @command{install-info} program (if available) to
+update (or create/remove) the @file{@code{$@{infodir@}}/dir} index.
If this is undesired, it can be prevented by exporting the
@code{AM_UPDATE_INFO_DIR} variable to "@code{no}".