automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[automake-commit] branch master updated: doc: tiny Texinfo cleanups.


From: Karl Berry
Subject: [automake-commit] branch master updated: doc: tiny Texinfo cleanups.
Date: Wed, 01 Nov 2023 12:25:33 -0400

This is an automated email from the git hooks/post-receive script.

karl pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=df85c29c21d856882f310d4635c2c25d423704b4

The following commit(s) were added to refs/heads/master by this push:
     new df85c29c2 doc: tiny Texinfo cleanups.
df85c29c2 is described below

commit df85c29c21d856882f310d4635c2c25d423704b4
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Wed Nov 1 09:25:21 2023 -0700

    doc: tiny Texinfo cleanups.
    
    * doc/automake.texi (Public macros): Missed @var usage.
    (Dependencies): "The Autoconf Manual" in cross-manual xref.
---
 doc/automake.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/automake.texi b/doc/automake.texi
index 7691ecf07..51a3c3dbe 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -4019,7 +4019,7 @@ Automake ships with several Autoconf macros that you can 
use from your
 
 @table @code
 
-@item AM_INIT_AUTOMAKE([OPTIONS])
+@item AM_INIT_AUTOMAKE([@var{options}])
 @acindex AM_INIT_AUTOMAKE
 Runs many macros required for proper operation of the generated Makefiles.
 
@@ -7113,7 +7113,7 @@ enabled, the best way is to define your own conditional in
 @code{configure.ac} according to the shell variable
 @code{$enable_dependency_tracking} (all
 @code{--enable}/@code{--disable} options are available as shell
-variables; @pxref{Package Options,,,autoconf,GNU Autoconf}):
+variables; @pxref{Package Options, , , autoconf, The Autoconf Manual}):
 
 @example
 AM_CONDITIONAL([NO_DEP_TRACKING],



reply via email to

[Prev in Thread] Current Thread [Next in Thread]