texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * tp/tests/indices/Makefile.am: remove reference


From: Patrice Dumas
Subject: branch master updated: * tp/tests/indices/Makefile.am: remove reference to res_parser_info.
Date: Tue, 03 Jan 2023 17:37:47 -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 70b072f3d9 * tp/tests/indices/Makefile.am: remove reference to 
res_parser_info.
70b072f3d9 is described below

commit 70b072f3d92eaab199d6ecb74bb72fd4cc21de60
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Jan 3 23:37:36 2023 +0100

    * tp/tests/indices/Makefile.am: remove reference to res_parser_info.
    
    * tp/tests/nested_formats/Makefile.am: replace *_parser_info by
    *_parser_html.
---
 ChangeLog                           | 7 +++++++
 tp/tests/indices/Makefile.am        | 2 +-
 tp/tests/nested_formats/Makefile.am | 6 +++---
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8c113835f8..f5a6339518 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-01-03  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/tests/indices/Makefile.am: remove reference to res_parser_info.
+
+       * tp/tests/nested_formats/Makefile.am: replace *_parser_info by
+       *_parser_html.
+
 2023-01-03  Patrice Dumas  <pertusus@free.fr>
 
        * tp/tests/contents/list-of-tests: remove no_content_setcatpage* tests
diff --git a/tp/tests/indices/Makefile.am b/tp/tests/indices/Makefile.am
index f6ac941a3b..fda0f50e28 100644
--- a/tp/tests/indices/Makefile.am
+++ b/tp/tests/indices/Makefile.am
@@ -9,4 +9,4 @@ distclean-local:
        rm -rf out_parser raw_out_parser diffs test_log
 
 dist-hook:
-       rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_info -name 
.git`
+       rm -rf `find $(distdir)/res_parser -name .git`
diff --git a/tp/tests/nested_formats/Makefile.am 
b/tp/tests/nested_formats/Makefile.am
index 91a2436bf9..b77e772dc7 100644
--- a/tp/tests/nested_formats/Makefile.am
+++ b/tp/tests/nested_formats/Makefile.am
@@ -1,10 +1,10 @@
 EXTRA_DIST = nested_formats.texi \
- list-of-tests res_parser res_parser_info
+ list-of-tests res_parser res_parser_html
 
 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 out_parser_html raw_out_parser raw_out_parser_html 
diffs test_log
 
 dist-hook:
-       rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_info -name 
.git`
+       rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_html -name 
.git`



reply via email to

[Prev in Thread] Current Thread [Next in Thread]