From unknown Wed Jun 25 09:10:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17536: automake.texi typo fixes Resent-From: karl@freefriends.org (Karl Berry) Original-Sender: "Debbugs-submit" Resent-CC: bug-automake@gnu.org Resent-Date: Tue, 20 May 2014 21:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 17536 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: 17536@debbugs.gnu.org X-Debbugs-Original-To: bug-automake@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.140061981416786 (code B ref -1); Tue, 20 May 2014 21:04:02 +0000 Received: (at submit) by debbugs.gnu.org; 20 May 2014 21:03:34 +0000 Received: from localhost ([127.0.0.1]:54621 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WmrC9-0004Mf-8v for submit@debbugs.gnu.org; Tue, 20 May 2014 17:03:33 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50719) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WmrC7-0004MS-BO for submit@debbugs.gnu.org; Tue, 20 May 2014 17:03:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmrBx-00032b-6Q for submit@debbugs.gnu.org; Tue, 20 May 2014 17:03:26 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:36209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmrBx-00032W-3o for submit@debbugs.gnu.org; Tue, 20 May 2014 17:03:21 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmrBs-0007UC-Gt for bug-automake@gnu.org; Tue, 20 May 2014 17:03:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmrBn-0002zE-VQ for bug-automake@gnu.org; Tue, 20 May 2014 17:03:16 -0400 Received: from frenzy.freefriends.org ([66.54.153.139]:56093 helo=freefriends.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmrBn-0002z1-Q8 for bug-automake@gnu.org; Tue, 20 May 2014 17:03:11 -0400 X-Envelope-From: karl@freefriends.org X-Envelope-To: Received: from freefriends.org (localhost [127.0.0.1]) by freefriends.org (8.14.8/8.14.8) with ESMTP id s4KL3AwP010887 for ; Tue, 20 May 2014 15:03:10 -0600 Received: (from nobody@localhost) by freefriends.org (8.14.8/8.14.8/submit) id s4KL3A55010886; Tue, 20 May 2014 21:03:10 GMT Date: Tue, 20 May 2014 21:03:10 GMT Message-Id: <201405202103.s4KL3A55010886@freefriends.org> X-Authentication-Warning: frenzy.freefriends.org: nobody set sender to karl@freefriends.org using -f From: karl@freefriends.org (Karl Berry) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Should be self-explanatory ("whitespaces" is not a word, etc.), let me know if questions. Don't see any point in a huge changelog entry either ... Karl Berry * automake.texi: fix a few typos, etc. --- ORIG/automake.texi 2014-04-23 00:21:46.256673602 -0700 +++ automake.texi 2014-05-20 10:18:50.383562660 -0700 @@ -1833,3 +1833,3 @@ Makefile constructs, so you're advised to avoid fancy constructs or -``creative'' use of whitespaces. +``creative'' use of whitespace characters. @c Keep this in sync with doc-parsing-buglets-tabs.sh @@ -3278,3 +3278,3 @@ files, but @emph{this usage is today discouraged}, since it causes -@samp{$(prefix)} not to be thoroughly honoured (which violates the +@samp{$(prefix)} not to be thoroughly honored (which violates the GNU Coding Standards), and a similar semantics can be better obtained @@ -7856,3 +7856,3 @@ that file will be automatically generated. The file @file{version.texi} -defines four Texinfo flag you can reference using +defines four Texinfo flags you can reference using @code{@@value@{EDITION@}}, @code{@@value@{VERSION@}}, @@ -8458,3 +8458,3 @@ -@c The caveates described here should be documented in 'disthook.sh'. +@c The caveats described here should be documented in 'disthook.sh'. @noindent @@ -9449,3 +9449,3 @@ count the test results when printing the testsuite summary, or to decide -which tests to re-run upon @command{make reheck}. Unrecognized metadata +which tests to re-run upon @command{make recheck}. Unrecognized metadata in a @file{.trs} file is currently ignored by the harness, but this might Diff finished at Tue May 20 10:18:54 From unknown Wed Jun 25 09:10:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17536: [FYI] {micro} Automake docs: fix typos and use of British English References: <201405202103.s4KL3A55010886@freefriends.org> In-Reply-To: <201405202103.s4KL3A55010886@freefriends.org> Resent-From: Stefano Lattarini Original-Sender: "Debbugs-submit" Resent-CC: bug-automake@gnu.org Resent-Date: Wed, 17 Dec 2014 16:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17536 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: automake-patches@gnu.org Cc: 17536@debbugs.gnu.org, karl@freefriends.org Received: via spool by 17536-submit@debbugs.gnu.org id=B17536.141883519910483 (code B ref 17536); Wed, 17 Dec 2014 16:54:01 +0000 Received: (at 17536) by debbugs.gnu.org; 17 Dec 2014 16:53:19 +0000 Received: from localhost ([127.0.0.1]:49101 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y1Hqh-0002j1-5t for submit@debbugs.gnu.org; Wed, 17 Dec 2014 11:53:19 -0500 Received: from mail-wg0-f46.google.com ([74.125.82.46]:37172) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y1Hqe-0002is-QR for 17536@debbugs.gnu.org; Wed, 17 Dec 2014 11:53:17 -0500 Received: by mail-wg0-f46.google.com with SMTP id x13so20828163wgg.5 for <17536@debbugs.gnu.org>; Wed, 17 Dec 2014 08:53:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=UBEMr30rHGTUvWlTkQ3uTvijwu7yc8FUArqZ9pDIYVU=; b=QTJm9fe7/uv4aqZuBBEBrk4wPQYoILR+dqKkLy/4lpRiplJLWBQ4JRV2LnYmLra7CS LtRfkYXXw87B3D034mwdUi1dk7ynaizwy+muU6EtaDpEUwsgYA2+y3B6OuBBe0/yojd7 N50vBrAV16ifCimnNJSv6KXObQjeYpXNa/6CfTtAT7AcMNH8Act9vKvlN2YdGGAgM2k7 7EN7EINSEPS6C80l5Ne9vamgE6HScXRnLBnXrQduLVfbdT3xcf01pfgohIxpFIp18/Oy Shp3a06Pvvfp4ZGQnkvWcllDf6ldiUU61wG5pe4H5SfJuUsUVRF39hKUUd2C6HUqR9tg PvdA== X-Received: by 10.194.58.37 with SMTP id n5mr5739634wjq.14.1418835195949; Wed, 17 Dec 2014 08:53:15 -0800 (PST) Received: from localhost.localdomain (host159-94-dynamic.7-79-r.retail.telecomitalia.it. [79.7.94.159]) by mx.google.com with ESMTPSA id j2sm5761551wjs.28.2014.12.17.08.53.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 17 Dec 2014 08:53:15 -0800 (PST) From: Stefano Lattarini Date: Wed, 17 Dec 2014 17:53:07 +0100 Message-Id: <153745f2bbb5e9c3526a6c2949f835ce7778f7cb.1418835135.git.stefano.lattarini@gmail.com> X-Mailer: git-send-email 2.1.3 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) From: Karl Berry * doc/automake.texi: Here. Signed-off-by: Stefano Lattarini --- doc/automake.texi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/automake.texi b/doc/automake.texi index 20855d6..736d61d 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -1830,7 +1830,7 @@ variable definitions. @cindex indentation in Makefile.am Generally, Automake is not particularly smart in the parsing of unusual Makefile constructs, so you're advised to avoid fancy constructs or -``creative'' use of whitespaces. +``creative'' use of whitespace. @c Keep this in sync with doc-parsing-buglets-tabs.sh For example, @key{TAB} characters cannot be used between a target name and the following ``@code{:}'' character, and variable assignments @@ -3278,7 +3278,7 @@ find third-party @file{.m4} files. When this option is given, normal processing is suppressed. This option was used @emph{in the past} by third-party packages to determine where to install @file{.m4} macro files, but @emph{this usage is today discouraged}, since it causes -@samp{$(prefix)} not to be thoroughly honoured (which violates the +@samp{$(prefix)} not to be thoroughly honored (which violates the GNU Coding Standards), and a similar semantics can be better obtained with the @env{ACLOCAL_PATH} environment variable; @pxref{Extending aclocal}. @@ -3474,7 +3474,7 @@ Also note that, if the @option{--install} option is used, any @file{.m4} file containing a required macro that is found in a directory listed in @env{ACLOCAL_PATH} will be installed locally. @c Keep in sync with aclocal-path-installed-serial.sh -In this case, serial numbers in @file{.m4} are honoured too, +In this case, serial numbers in @file{.m4} are honored too, @pxref{Serials}. Conversely to @file{dirlist}, @env{ACLOCAL_PATH} is useful if you are @@ -7876,7 +7876,7 @@ All of these targets can be extended using @samp{-local} rules If the @file{.texi} file @code{@@include}s @file{version.texi}, then that file will be automatically generated. The file @file{version.texi} -defines four Texinfo flag you can reference using +defines four Texinfo flags you can reference using @code{@@value@{EDITION@}}, @code{@@value@{VERSION@}}, @code{@@value@{UPDATED@}}, and @code{@@value@{UPDATED-MONTH@}}. @@ -8478,7 +8478,7 @@ dist-hook: rm -rf `find $(distdir)/doc -type d -name .svn` @end example -@c The caveates described here should be documented in 'disthook.sh'. +@c The caveats described here should be documented in 'disthook.sh'. @noindent Note that the @code{dist-hook} recipe shouldn't assume that the regular files in the distribution directory are writable; this might not be the @@ -9491,7 +9491,7 @@ The @file{.trs} file is used to register some metadata through the use of custom reStructuredText fields. This metadata is expected to be employed in various ways by the parallel test harness; for example, to count the test results when printing the testsuite summary, or to decide -which tests to re-run upon @command{make reheck}. Unrecognized metadata +which tests to re-run upon @command{make recheck}. Unrecognized metadata in a @file{.trs} file is currently ignored by the harness, but this might change in the future. The list of currently recognized metadata follows. -- 2.1.3 From unknown Wed Jun 25 09:10:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17536: automake.texi typo fixes Resent-From: Stefano Lattarini Original-Sender: "Debbugs-submit" Resent-CC: bug-automake@gnu.org Resent-Date: Wed, 17 Dec 2014 16:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17536 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Karl Berry , 17536@debbugs.gnu.org Received: via spool by 17536-submit@debbugs.gnu.org id=B17536.141883526610625 (code B ref 17536); Wed, 17 Dec 2014 16:55:02 +0000 Received: (at 17536) by debbugs.gnu.org; 17 Dec 2014 16:54:26 +0000 Received: from localhost ([127.0.0.1]:49108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y1Hrl-0002lD-Ku for submit@debbugs.gnu.org; Wed, 17 Dec 2014 11:54:25 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:60150) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y1Hri-0002l0-W5; Wed, 17 Dec 2014 11:54:23 -0500 Received: by mail-wi0-f171.google.com with SMTP id bs8so16409712wib.10; Wed, 17 Dec 2014 08:54:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=dUM/fhH6VItXObAd1/Gy9i0U2ewYIfoxGIn++erPGyg=; b=Ohu1r7XChh1qCscT6KBFgT77xCSlFwlHDfbecakEEN1EUomy71TolVs2SWDP096qfe /4PN9JJATxC+QdeNbaShm6+M3MyQNSAa17gpGT4l9XuJ58c8BWC9rAZvrUEcGntRu50g KPvNr9Wn9EljNFpEdQWbRTI6dmdSEQs2AvWvHzEnh+veNYqiCrCQAdWxuY7i06laPFlo HJ5oaQnHAyD4+x02juUdv2U5LYS5tv1izG538ACtN/heucwKpFQ9q6PCmUIapnhRD9IJ fJ9SJMJWCMEkXhw/P7vkZySEQOnZiUucUR5EGO3aEj1TLLtMdVPANmYZa60KkxsPhgai mlTg== X-Received: by 10.180.85.33 with SMTP id e1mr15986372wiz.61.1418835261724; Wed, 17 Dec 2014 08:54:21 -0800 (PST) Received: from [192.168.0.101] (host159-94-dynamic.7-79-r.retail.telecomitalia.it. [79.7.94.159]) by mx.google.com with ESMTPSA id mu5sm14206262wic.18.2014.12.17.08.54.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 08:54:21 -0800 (PST) Message-ID: <5491B53B.2030800@gmail.com> Date: Wed, 17 Dec 2014 17:54:19 +0100 From: Stefano Lattarini MIME-Version: 1.0 References: <201405202103.s4KL3A55010886@freefriends.org> In-Reply-To: <201405202103.s4KL3A55010886@freefriends.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) severity 17536 minor close 17536 stop