summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-22 13:02:25 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-22 13:11:06 +0100
commit13f1d58ada3fb9709ec144954ae38254d9624f8c (patch)
tree1ba6c78647eee2cdf6b38707953a9effb0dde11d /doc
parenta8f36147417116ab0af6977b5688e2fd94f28600 (diff)
downloadautomake-13f1d58ada3fb9709ec144954ae38254d9624f8c.tar.gz
docs: more precise cross reference
See automake bug#13520. * doc/automake.texi (The Types of Distributions): Here, cross-reference "List of Automake options" rather then the more generic node "Options". Improve wording while at it. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/automake.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index 33caba40a..26ff60ec1 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -8703,9 +8703,10 @@ is obsolescent, and use of this option is discouraged.
@end table
-The rule @code{dist} (and its historical synonym @code{dist-all}) will
-create archives in all the enabled formats, @ref{Options}. By
-default, only the @code{dist-gzip} target is hooked to @code{dist}.
+The rule @code{dist} (and its historical synonym @code{dist-all})
+will create archives in all the enabled formats (@pxref{List of
+Automake options} for how to change this list). By default, only
+the @code{dist-gzip} target is hooked to @code{dist}.
@node Tests