[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/tp_api/Makefile.am (texi2aany_internals.tex
From: |
Gavin D. Smith |
Subject: |
branch master updated: * doc/tp_api/Makefile.am (texi2aany_internals.texi): Generate in srcdir. Report from Bruno. |
Date: |
Thu, 08 Aug 2024 08:17:33 -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 a497088eb2 * doc/tp_api/Makefile.am (texi2aany_internals.texi):
Generate in srcdir. Report from Bruno.
a497088eb2 is described below
commit a497088eb2543b01f349eaee5cb4cfa595c82f86
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Aug 8 13:17:13 2024 +0100
* doc/tp_api/Makefile.am (texi2aany_internals.texi): Generate
in srcdir. Report from Bruno.
---
ChangeLog | 5 +++++
doc/tp_api/Makefile.am | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ca210490bb..c6e4b51107 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-08-08 Patrice Dumas <pertusus@free.fr>
+
+ * doc/tp_api/Makefile.am (texi2aany_internals.texi): Generate
+ in srcdir. Report from Bruno.
+
2024-08-08 Gavin Smith <gavinsmith0123@gmail.com>
* man/Makefile.am (MAKEINFO): Remove unused (this also had incorrect
diff --git a/doc/tp_api/Makefile.am b/doc/tp_api/Makefile.am
index a2d3a888be..3dc8e521c3 100644
--- a/doc/tp_api/Makefile.am
+++ b/doc/tp_api/Makefile.am
@@ -78,8 +78,8 @@ texi2any_internals_dependencies = \
$(top_srcdir)/tp/Texinfo/Convert/TexinfoXML.pm \
$(top_srcdir)/tp/Texinfo/Convert/Plaintext.pm
-texi2any_internals.texi: $(texi2any_internals_dependencies)
texi2any_internals_indices.texi texi2any_internals_preamble.texi
- if $(MAKEINFO_ENVIRONMENT) $(PERL) -I
$(top_srcdir)/Pod-Simple-Texinfo/lib/
$(top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl --base-level=section --preamble -
--subdir=api_includes $(texi2any_internals_dependencies) <
$(srcdir)/texi2any_internals_preamble.texi >$@.tmp ; then \
+$(srcdir)/texi2any_internals.texi: $(texi2any_internals_dependencies)
$(srcdir)/texi2any_internals_indices.texi
$(srcdir)/texi2any_internals_preamble.texi
+ if $(MAKEINFO_ENVIRONMENT) $(PERL) -I
$(top_srcdir)/Pod-Simple-Texinfo/lib/
$(top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl --base-level=section --preamble -
--subdir=$(srcdir)/api_includes $(texi2any_internals_dependencies) <
$(srcdir)/texi2any_internals_preamble.texi >$@.tmp ; then \
cat $@.tmp | sed -e 's/^@bye/@__bye/' | sed -e '/^@__bye/r
$(srcdir)/texi2any_internals_indices.texi' | sed -e 's/^@__bye//' > $@ ; \
fi ; rm -f $@.tmp
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/tp_api/Makefile.am (texi2aany_internals.texi): Generate in srcdir. Report from Bruno.,
Gavin D. Smith <=