summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-02-01 12:58:24 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-02-01 12:58:24 +0000
commit0dbaf45e9939c6cf266e66c27ce7638e01d387db (patch)
treeb19b5023aaf64cb5274c61ef22113c8cfdd647d8
parent25af3072cfe671fcabd7b25e9b605653089f3e1e (diff)
downloadautomake-0dbaf45e9939c6cf266e66c27ce7638e01d387db.tar.gz
* doc/automake.texi (Emacs Lisp): Typos.
-rw-r--r--ChangeLog2
-rw-r--r--doc/automake.texi4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6803984ed..79ae82b40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-02-01 Alexandre Duret-Lutz <adl@gnu.org>
+ * doc/automake.texi (Emacs Lisp): Typos.
+
* automake.in (handle_emacs_lisp): Define $(ELCFILES) as
$(am__ELCFILES), and always push it on @all. Do not mention
elc-stamp.
diff --git a/doc/automake.texi b/doc/automake.texi
index 0c66dbab7..2ea0c3472 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -4574,10 +4574,10 @@ lisp_LISP = file1.el file2.el
ELCFILES =
@end example
@noindent
-@code{ELCFILES} is an internal Automake variables that normally lists
+@code{ELCFILES} is an internal Automake variable that normally lists
all @file{.elc} files that must be byte-compiled. Automake defines
@code{ELCFILES} automatically from @code{lisp_LISP}. Emptying this
-variables explicitly prevents byte-compilation to occur.
+variable explicitly prevents byte-compilation to occur.
Since Automake 1.8, we now recommend using @code{lisp_DATA} instead. As
in