[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/tp_api/Makefile.am (texi2any_internals.texi
From: |
Gavin D. Smith |
Subject: |
branch master updated: * doc/tp_api/Makefile.am (texi2any_internals.texi): Pass -f option to rm for removing temporary file. |
Date: |
Wed, 19 Jun 2024 11:35:41 -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 3c87337830 * doc/tp_api/Makefile.am (texi2any_internals.texi): Pass -f
option to rm for removing temporary file.
3c87337830 is described below
commit 3c873378305abbc464426e1f2e4cc71d21678250
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Jun 17 18:46:53 2024 +0100
* doc/tp_api/Makefile.am (texi2any_internals.texi):
Pass -f option to rm for removing temporary file.
---
ChangeLog | 5 +++++
doc/tp_api/Makefile.am | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 6aababe744..e67522934c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-17 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/tp_api/Makefile.am (texi2any_internals.texi):
+ Pass -f option to rm for removing temporary file.
+
2024-06-17 Patrice Dumas <pertusus@free.fr>
Use explicit prototype for Info command functions
diff --git a/doc/tp_api/Makefile.am b/doc/tp_api/Makefile.am
index f4f6967486..72a2f3616f 100644
--- a/doc/tp_api/Makefile.am
+++ b/doc/tp_api/Makefile.am
@@ -77,6 +77,6 @@ texi2any_internals_dependencies = \
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 \
cat $@.tmp | sed -e 's/^@bye/@__bye/' | sed -e '/^@__bye/r
$(srcdir)/texi2any_internals_indices.texi' | sed -e 's/^@__bye//' > $@ ; \
- fi ; rm $@.tmp
+ fi ; rm -f $@.tmp
endif
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/tp_api/Makefile.am (texi2any_internals.texi): Pass -f option to rm for removing temporary file.,
Gavin D. Smith <=