[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.10b-48-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.10b-48-g642786a |
Date: |
Sat, 25 Apr 2009 12:51:01 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=642786a5f68161ef9d69a88cbae6c97ecbc6de32
The branch, master has been updated
via 642786a5f68161ef9d69a88cbae6c97ecbc6de32 (commit)
from 3ebd4b8c86869f06e7ab1cd5a3d21454c475babd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 642786a5f68161ef9d69a88cbae6c97ecbc6de32
Author: Ralf Wildenhues <address@hidden>
Date: Sat Apr 25 14:45:24 2009 +0200
manual: fix trivial grammar errors.
* doc/automake.texi (Subpackages, Vala Support, Java)
(Checking the Distribution, Timeline): Fix `a' vs. `an' errors
and duplicate `the'.
Report by Eric Blake.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
doc/automake.texi | 12 ++++++------
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 83dc740..36cc6b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-04-25 Ralf Wildenhues <address@hidden>
+ manual: fix trivial grammar errors.
+ * doc/automake.texi (Subpackages, Vala Support, Java)
+ (Checking the Distribution, Timeline): Fix `a' vs. `an' errors
+ and duplicate `the'.
+ Report by Eric Blake.
+
Indent rule commands consistently with a TAB.
* lib/am/check.am ($(TEST_SUITE_LOG)): Consistently use TAB, not
spaces, for indentation of commands, even if indentation may not
diff --git a/doc/automake.texi b/doc/automake.texi
index fcbee63..324649d 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -4431,7 +4431,7 @@ AC_CONFIG_SUBDIRS, Configuring Other Packages in
Subdirectories,
autoconf, The Autoconf Manual}).
Here is an example package for an @code{arm} program that links with
-an @code{hand} library that is a nested package in subdirectory
+a @code{hand} library that is a nested package in subdirectory
@file{hand/}.
@code{arm}'s @file{configure.ac}:
@@ -6634,7 +6634,7 @@ There are a few variables that are used when compiling
Vala sources:
@vtable @code
@item VALAC
-Path to the the Vala compiler.
+Path to the Vala compiler.
@item VALAFLAGS
Additional arguments for the Vala compiler.
@@ -7473,7 +7473,7 @@ The value of this variable is passed to the @option{-d}
option to
@code{javac}. It defaults to @samp{$(top_builddir)}.
@item CLASSPATH_ENV
-This variable is an @code{sh} expression that is used to set the
+This variable is a shell expression that is used to set the
@env{CLASSPATH} environment variable on the @code{javac} command line.
(In the future we will probably handle class path setting differently.)
@end vtable
@@ -8368,8 +8368,8 @@ your Makefiles cause some distributed files to be rebuilt
when the user
build the package. (Think about the user missing the tool required to
build the file; or if the required tool is built by your package,
consider the cross-compilation case where it can't be run.) There is
-a FAQ entry about this (@pxref{distcleancheck}), make sure you read it
-before playing with @code{distcleancheck_listfiles}.
+an entry in the FAQ about this (@pxref{distcleancheck}), make sure you
+read it before playing with @code{distcleancheck_listfiles}.
@code{distcheck} also checks that the @code{uninstall} rule works
properly, both for ordinary and @code{DESTDIR} builds. It does this
@@ -11937,7 +11937,7 @@ package has 30 pages of documentation, and 38 test
cases.
From now on and until version 1.4, new releases will occur at a rate
of about one a year. 1.1 did not exist, actually 1.1b to 1.1p have
been the name of beta releases for 1.2. This is the first time
-Automake uses suffix letters to designate beta releases, an habit that
+Automake uses suffix letters to designate beta releases, a habit that
lasts.
@item 1996-10-10 Kevin Dalley packages Automake 1.0 for Debian GNU/Linux.
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.10b-48-g642786a,
Ralf Wildenhues <=