automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: Fix a typo


From: Matthew Leeds
Subject: [PATCH] doc: Fix a typo
Date: Sun, 8 Apr 2018 16:06:09 -0500

---
 doc/automake.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/automake.texi b/doc/automake.texi
index 2df214a01..6bfe6c14c 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -8567,21 +8567,21 @@ uninstall}) and cleaned (by @code{make distclean});
 @item
 finally, makes another tarball to ensure the distribution is
 self-contained.
 @end itemize

 All of these actions are performed in a temporary directory.  Please
 note that the exact location and the exact structure of such a directory
 (where the read-only sources are placed, how the temporary build and
 install directories are named and how deeply they are nested, etc.) is
 to be considered an implementation detail, which can change at any time;
-so do not reply on it.
+so do not rely on it.

 @vindex AM_DISTCHECK_CONFIGURE_FLAGS
 @vindex DISTCHECK_CONFIGURE_FLAGS
 @subheading DISTCHECK_CONFIGURE_FLAGS
 Building the package involves running @samp{./configure}.  If you need
 to supply additional flags to @command{configure}, define them in the
 @code{AM_DISTCHECK_CONFIGURE_FLAGS} variable in your top-level
 @file{Makefile.am}.  The user can still extend or override the flags
 provided there by defining the @code{DISTCHECK_CONFIGURE_FLAGS} variable,
 on the command line when invoking @command{make}.
-- 
2.14.3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]