From: Stefano Lattarini Date: Mon, 13 Aug 2012 13:03:43 +0000 (+0200) Subject: docs: fix typo: s/make install-info/make uninstall-info/ X-Git-Tag: v1.12.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=346d76aa2338c0108d872fc7eedbd18c9db30102;p=thirdparty%2Fautomake.git 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 --- 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}".