texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/tp_api/Makefile.am (AUTOMAKE_OPTIONS): Remo


From: Gavin D. Smith
Subject: branch master updated: * doc/tp_api/Makefile.am (AUTOMAKE_OPTIONS): Remove 'no-installinfo' flag to build and install texinfo_internals.info.
Date: Wed, 19 Oct 2022 07:26:38 -0400

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

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 6320e8e0a5 * doc/tp_api/Makefile.am (AUTOMAKE_OPTIONS): Remove 
'no-installinfo' flag to build and install texinfo_internals.info.
6320e8e0a5 is described below

commit 6320e8e0a5016e663bd09d9437fc5e437655a9a2
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Oct 19 12:26:30 2022 +0100

    * doc/tp_api/Makefile.am (AUTOMAKE_OPTIONS): Remove
    'no-installinfo' flag to build and install texinfo_internals.info.
---
 ChangeLog              | 5 +++++
 doc/tp_api/Makefile.am | 9 +--------
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e6dd9e563c..17f74b36d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-10-19  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/tp_api/Makefile.am (AUTOMAKE_OPTIONS): Remove
+       'no-installinfo' flag to build and install texinfo_internals.info.
+
 2022-10-19  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/Makefile.am: Update for Chinese translation files.
diff --git a/doc/tp_api/Makefile.am b/doc/tp_api/Makefile.am
index b86d37a94c..57681aaef9 100644
--- a/doc/tp_api/Makefile.am
+++ b/doc/tp_api/Makefile.am
@@ -1,6 +1,6 @@
 # Makefile.am for texinfo/doc/tp_api.
 #
-# Copyright 2012-2019 Free Software Foundation, Inc.
+# Copyright 2012-2022 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -10,15 +10,8 @@
 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
-# The Emacs Info reader is not ready for quoted node names, therefore it is not
-# really usefull to install the info file in the default case.  nodist_ is not
-# ok to achieve that, as the other Texinfo related build targets are also
-# removed with that prefix.
 AM_MAKEINFOFLAGS = -c INFO_SPECIAL_CHARS_WARNING=0
 
-# no-installinfo requires foreign
-AUTOMAKE_OPTIONS = no-installinfo foreign
-
 # Use the programs built in our distribution, taking account of possible
 # cross-compiling.
 MAKEINFO = $(PERL) -I $(top_srcdir)/tp/ $(top_srcdir)/tp/texi2any.pl



reply via email to

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