[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/tests/indices/Makefile.am (EXTRA_DIST, distc
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/tests/indices/Makefile.am (EXTRA_DIST, distclean-local): remove references to *_parser_info. |
Date: |
Sun, 01 Jan 2023 19:21:30 -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 769bd1db3b * tp/tests/indices/Makefile.am (EXTRA_DIST,
distclean-local): remove references to *_parser_info.
769bd1db3b is described below
commit 769bd1db3b72783153f7bb44c973769f9c6b0455
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Jan 2 01:21:20 2023 +0100
* tp/tests/indices/Makefile.am (EXTRA_DIST, distclean-local): remove
references to *_parser_info.
---
ChangeLog | 5 +++++
tp/tests/indices/Makefile.am | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 57d5c6fd52..a3f3518f8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-01-01 Patrice Dumas <pertusus@free.fr>
+
+ * tp/tests/indices/Makefile.am (EXTRA_DIST, distclean-local): remove
+ references to *_parser_info.
+
2023-01-01 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/Convert/HTML.pm (converter_defaults)
diff --git a/tp/tests/indices/Makefile.am b/tp/tests/indices/Makefile.am
index 2d1127d8e3..f6ac941a3b 100644
--- a/tp/tests/indices/Makefile.am
+++ b/tp/tests/indices/Makefile.am
@@ -1,12 +1,12 @@
EXTRA_DIST = \
indices_in_begin_tables_lists.texi \
index_entries_relate_to_item.texi \
- list-of-tests res_parser res_parser_info
+ list-of-tests res_parser
DISTCLEANFILES = tests.log tests.out
distclean-local:
- rm -rf out_parser out_parser_info raw_out_parser raw_out_parser_info
diffs test_log
+ rm -rf out_parser raw_out_parser diffs test_log
dist-hook:
rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_info -name
.git`
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/tests/indices/Makefile.am (EXTRA_DIST, distclean-local): remove references to *_parser_info.,
Patrice Dumas <=