[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/Makefile.am (pod2texi.texi): remove tempora
From: |
Patrice Dumas |
Subject: |
branch master updated: * doc/Makefile.am (pod2texi.texi): remove temporary file. |
Date: |
Sun, 27 Oct 2024 15:45:04 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 212f706004 * doc/Makefile.am (pod2texi.texi): remove temporary file.
212f706004 is described below
commit 212f706004c49e87a8dbab72a878e1baf56a63f5
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Oct 27 20:44:52 2024 +0100
* doc/Makefile.am (pod2texi.texi): remove temporary file.
---
ChangeLog | 4 ++++
doc/Makefile.am | 1 +
2 files changed, 5 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 9777d171fe..21f9ac9911 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-27 Patrice Dumas <pertusus@free.fr>
+
+ * doc/Makefile.am (pod2texi.texi): remove temporary file.
+
2024-10-27 Patrice Dumas <pertusus@free.fr>
* Pod-Simple-Texinfo/Makefile.am (TEST_EXTENSIONS, T_LOG_DRIVER)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0a10caa909..c863ee91ca 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -47,6 +47,7 @@ $(srcdir)/pod2texi.texi: $(pod2texi_pl)
$(MAKEINFO_ENVIRONMENT) $(PERL) -I
$(top_srcdir)/Pod-Simple-Texinfo/lib/
$(top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl --base-level=subsubsection
--no-section-nodes --headings-as-sections --subdir=$(srcdir) $(pod2texi_pl) >
/dev/null
mv $(srcdir)/pod2texi.texi $(srcdir)/pod2texi_tmp.texi
sed
's;https://metacpan.org/pod/Pod::Simple::Texinfo;https://www.gnu.org/software/texinfo/manual/Pod/Simple/Texinfo.html;'
$(srcdir)/pod2texi_tmp.texi > $(srcdir)/pod2texi.texi
+ rm -f $(srcdir)/pod2texi_tmp.texi
endif
TXI_MODULES_ENV = srcdir="$(srcdir)"; export srcdir;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/Makefile.am (pod2texi.texi): remove temporary file.,
Patrice Dumas <=
- Prev by Date:
branch master updated: * Pod-Simple-Texinfo/Makefile.am (TEST_EXTENSIONS, T_LOG_DRIVER) (T_LOG_COMPILER, AM_T_LOG_FLAGS, test_files, EXTRA_DIST): use the automake tap framework to output the result of each of the tests.
- Next by Date:
branch master updated: * tp/Texinfo/XS/convert/converter.c (setup_converter_paths_information, converter_setup), tp/Texinfo/XS/convert/texinfo.c (txi_general_setup): use a consistent order for arguments.
- Previous by thread:
branch master updated: * Pod-Simple-Texinfo/Makefile.am (TEST_EXTENSIONS, T_LOG_DRIVER) (T_LOG_COMPILER, AM_T_LOG_FLAGS, test_files, EXTRA_DIST): use the automake tap framework to output the result of each of the tests.
- Next by thread:
branch master updated: * tp/Texinfo/XS/convert/converter.c (setup_converter_paths_information, converter_setup), tp/Texinfo/XS/convert/texinfo.c (txi_general_setup): use a consistent order for arguments.
- Index(es):