docs: avoid using colon character inside arguments of @pxref
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 16 Oct 2011 08:50:47 +0000 (10:50 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 16 Oct 2011 09:02:01 +0000 (11:02 +0200)
Fixes automake bug#9753

* doc/automake.texi (VPATH Builds): Avoid using colon character
`:' inside arguments of @pxref, as this can cause problems in
the generated `.info' files, and such an usage will be explicitly
forbidden by future texinfo documentation.
* THANKS: Update.

Reported by Дилян Палаузов.

ChangeLog
THANKS
doc/automake.texi

index 171139c..2c7ec7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-10-16  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       docs: avoid using colon character inside arguments of @pxref
+       Fixes automake bug#9753
+       * doc/automake.texi (VPATH Builds): Avoid using colon character
+       `:' inside arguments of @pxref, as this can cause problems in
+       the generated `.info' files, and such an usage will be explicitly
+       forbidden by future texinfo documentation.
+       * THANKS: Update.
+       Reported by Дилян Палаузов.
+
 2011-10-07  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        parallel-tests: warn on conditional TEST_EXTENSIONS definition
diff --git a/THANKS b/THANKS
index 81c97fb..ad9a448 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -83,7 +83,7 @@ Diab Jerius           djerius@cfa.harvard.edu
 Didier Cassirame       faded@free.fr
 Dieter Baron           dillo@stieltjes.smc.univie.ac.at
 Dieter Jurzitza                DJurzitza@harmanbecker.com
-Dilyan Palauzov                Dilyan.Palauzov@aegee.org
+Дилян Палаузов          dilyan.palauzov@aegee.org
 Dmitry Mikhin          dmitrym@acres.com.au
 Dmitry V. Levin                ldv@altlinux.org
 Doug Evans             devans@cygnus.com
index bca4566..7063329 100644 (file)
@@ -894,7 +894,7 @@ about some concurrency in the way build commands are run.  For this
 reason we refer to such setups using the name @emph{VPATH builds} in
 the following.  @emph{VPATH} is the name of the @command{make} feature
 used by the @file{Makefile}s to allow these builds (@pxref{General
-Search, , @code{VPATH}: Search Path for All Prerequisites, make, The
+Search, , @code{VPATH} Search Path for All Prerequisites, make, The
 GNU Make Manual}).
 
 @cindex multiple configurations, example