automake-commit
[Top][All Lists]
Advanced

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

[automake-commit] branch master updated: doc: mention debian python 3.10


From: Karl Berry
Subject: [automake-commit] branch master updated: doc: mention debian python 3.10 changes; master menu; etc.
Date: Wed, 17 Jan 2024 12:45:02 -0500

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=420b53da6f7135723bed78575761f35205e7b806

The following commit(s) were added to refs/heads/master by this push:
     new 420b53da6 doc: mention debian python 3.10 changes; master menu; etc.
420b53da6 is described below

commit 420b53da6f7135723bed78575761f35205e7b806
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Wed Jan 17 09:44:49 2024 -0800

    doc: mention debian python 3.10 changes; master menu; etc.
    
    * doc/automake.texi (Creating amhello): mention libtool too.
    (FAQ): remove spurious leftover "Errors with distclean" menu entry.
    (Top): Regenerate master menu (M-x texinfo-master-menu).
---
 doc/automake.texi | 25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)

diff --git a/doc/automake.texi b/doc/automake.texi
index dd6cd23ae..c63279a9e 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -295,6 +295,10 @@ Other GNU Tools
 * Java::                        Java bytecode compilation (deprecated)
 * Python::                      Python
 
+Python
+
+* Supported Python versions::
+
 Building documentation
 
 * Texinfo::                     Texinfo
@@ -316,6 +320,15 @@ What Goes in a Distribution
 * Checking the Distribution::   @samp{make distcheck} explained
 * The Types of Distributions::  A variety of formats and compression methods
 
+Checking the Distribution
+
+* DISTCHECK_CONFIGURE_FLAGS::  Overriding configure flags in distcheck.
+* distcheck-hook::             Running commands after distcheck.
+* dvi and distcheck::          Overriding the distcheck doc target.
+* distcleancheck::             Handling files not cleaned.
+* distuninstallcheck::         Overriding the uninstall check.
+* Errors with distclean::
+
 Support for test suites
 
 * Generalities about Testing::  Concepts and terminology about testing
@@ -374,6 +387,7 @@ Silencing @command{make}
 * Make verbosity::              Make is verbose by default
 * Tricks For Silencing Make::   Standard and generic ways to silence make
 * Automake Silent Rules::       How Automake can help in silencing make
+* Unsilencing Automake::        Showing commands.
 
 When Automake Isn't Enough
 
@@ -386,7 +400,6 @@ Frequently Asked Questions about Automake
 * maintainer-mode::             missing and AM_MAINTAINER_MODE
 * Wildcards::                   Why doesn't Automake support wildcards?
 * Limitations on File Names::   Limitations on source and installed file names
-* Errors with distclean::       Files left in build directory after distclean
 * Flag Variables Ordering::     CFLAGS vs.@: AM_CFLAGS vs.@: mumble_CFLAGS
 * Renamed Objects::             Why are object files sometimes renamed?
 * Per-Object Flags::            How to simulate per-object flags?
@@ -1592,9 +1605,10 @@ Autoconf distribution), and
 @end enumerate
 
 @noindent
-If needed, Gettext-related tools (@pxref{,,,gettext, GNU gettext
-utilities}) may be invoked at different points.  Thus, all in all,
-using @command{autoreconf} is quite a bit more convenient.
+If needed, tools related to Gettext (@pxref{,,,gettext, GNU gettext
+utilities}) and Libtool (@pxref{,,,libtool, GNU libtool}) are also
+invoked at different points.  Thus, as you can see, using
+@command{autoreconf} is quite a bit more convenient.
 
 Nevertheless, because Autoconf and Automake have separate manuals, an
 essential idea to understand is that Autoconf is in charge of creating
@@ -11235,7 +11249,7 @@ necessary.  Automake also disables GNU Make's built-in 
pattern rules.
 @cindex Including @file{Makefile} fragment
 @cindex @file{Makefile} fragment, including
 
-Automake supports an @code{include} directive that  can be used to
+Automake supports an @code{include} directive that can be used to
 include other @file{Makefile} fragments when @command{automake} is run.
 Note that these fragments are read and interpreted by @command{automake},
 not by @command{make}.  As with conditionals, @command{make} has no idea that
@@ -12354,7 +12368,6 @@ lists.
 * maintainer-mode::             missing and AM_MAINTAINER_MODE
 * Wildcards::                   Why doesn't Automake support wildcards?
 * Limitations on File Names::   Limitations on source and installed file names
-* Errors with distclean::       Files left in build directory after distclean
 * Flag Variables Ordering::     CFLAGS vs.@: AM_CFLAGS vs.@: mumble_CFLAGS
 * Renamed Objects::             Why are object files sometimes renamed?
 * Per-Object Flags::            How to simulate per-object flags?



reply via email to

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