[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Work around generated Texinfo file problem
From: |
Gavin D. Smith |
Subject: |
branch master updated: Work around generated Texinfo file problem |
Date: |
Mon, 14 Feb 2022 07:26:43 -0500 |
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 f8749a9daf Work around generated Texinfo file problem
f8749a9daf is described below
commit f8749a9daf206edceb9f6be2ffa3aa9849879467
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Feb 14 12:26:33 2022 +0000
Work around generated Texinfo file problem
* doc/tp_api/Makefile.am: Rename info_TEXINFOS to
nodist_info_TEXINFOS in attempt to avoid automake problem
with generated .texi file.
---
ChangeLog | 8 ++++++++
doc/tp_api/Makefile.am | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index dd511355c8..7ea044656a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-02-14 Gavin Smith <gavinsmith0123@gmail.com>
+
+ Work around generated Texinfo file problem
+
+ * doc/tp_api/Makefile.am: Rename info_TEXINFOS to
+ nodist_info_TEXINFOS in attempt to avoid automake problem
+ with generated .texi file.
+
2022-02-12 Gavin Smith <gavinsmith0123@gmail.com>
* tp/t/test_utils.pl: Set LANGUAGE environment variable as well
diff --git a/doc/tp_api/Makefile.am b/doc/tp_api/Makefile.am
index bd36d99372..7629b0122b 100644
--- a/doc/tp_api/Makefile.am
+++ b/doc/tp_api/Makefile.am
@@ -31,7 +31,7 @@ AM_MAKEINFOHTMLFLAGS = --split=chapter
# since the tp_api 'manual' is referred to extensively in the
# customization_api, we setup the build targets.
-info_TEXINFOS = tp_api.texi
+nodist_info_TEXINFOS = tp_api.texi
TEXINFO_TEX = ../texinfo.tex
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Work around generated Texinfo file problem,
Gavin D. Smith <=