[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Makefile.am (CLEANFILES): add load_txi_modul
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Makefile.am (CLEANFILES): add load_txi_modules. |
Date: |
Tue, 24 Dec 2024 08:30:57 -0500 |
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 9e573eed71 * tp/Makefile.am (CLEANFILES): add load_txi_modules.
9e573eed71 is described below
commit 9e573eed717a32c3e2c286da8affbc3327e247f8
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Dec 24 14:30:55 2024 +0100
* tp/Makefile.am (CLEANFILES): add load_txi_modules.
---
.gitignore | 1 +
ChangeLog | 4 ++++
tp/Makefile.am | 2 +-
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 268ed8c013..7b4f91329a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -291,6 +291,7 @@ tp/tests/many_input_files/*.trs
tp/LocaleData
tp/defs
+tp/load_txi_modules
tp/makeinfo
tp/t_texis
tp/texi2any
diff --git a/ChangeLog b/ChangeLog
index ce954fadf4..aa237f84a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-12-24 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Makefile.am (CLEANFILES): add load_txi_modules.
+
2024-12-24 Patrice Dumas <pertusus@free.fr>
tp/tests/run_parser_all.sh (check_info_math2img, no_dvipng)
diff --git a/tp/Makefile.am b/tp/Makefile.am
index 9e1bbfe786..93f990f231 100644
--- a/tp/Makefile.am
+++ b/tp/Makefile.am
@@ -464,7 +464,7 @@ distclean-local:
rm -rf t/include_dir
rm -rf po po_document
-CLEANFILES = texi2any makeinfo Texinfo/ModulePath.pm
+CLEANFILES = texi2any makeinfo load_txi_modules Texinfo/ModulePath.pm
DISTCLEANFILES = maintain/catalog.xml
MAINTAINERCLEANFILES = Texinfo/Commands.pm Texinfo/Options.pm \
Texinfo/HTMLData.pm
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Makefile.am (CLEANFILES): add load_txi_modules.,
Patrice Dumas <=