texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Fix issues for distcheck


From: Patrice Dumas
Subject: branch master updated: Fix issues for distcheck
Date: Fri, 21 Jan 2022 15:44:21 -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 8e8ba1c933 Fix issues for distcheck
8e8ba1c933 is described below

commit 8e8ba1c9336f26b580210e07d57ba7e346c01364
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jan 21 21:42:08 2022 +0100

    Fix issues for distcheck
    
    * configure.ac: add missing tp/tests/other/Makefile
    
    * tp/tests/other/Makefile.am: remove useless dist-hook, add the
    other_tests_dirs to clean-tests
    
    * tp/tests/other/Makefile.am: update directory to match change of
      format.
---
 configure.ac               | 1 +
 tp/tests/Makefile.am       | 7 ++-----
 tp/tests/other/Makefile.am | 6 +++---
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/configure.ac b/configure.ac
index e834dbf2f8..1e84d3fbec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -508,6 +508,7 @@ AC_CONFIG_FILES([\
   tp/tests/nested_formats/Makefile
   tp/tests/layout/Makefile
   tp/tests/tex_html/Makefile
+  tp/tests/other/Makefile
   tp/defs
   js/Makefile
   Pod-Simple-Texinfo/Makefile
diff --git a/tp/tests/Makefile.am b/tp/tests/Makefile.am
index d14079b3aa..6b54e2f88f 100644
--- a/tp/tests/Makefile.am
+++ b/tp/tests/Makefile.am
@@ -40,7 +40,7 @@ copy-other-tests:
        $(srcdir)/parser_tests.sh -copy $(other_tests_dirs)
 
 clean-tests:
-       $(srcdir)/parser_tests.sh -clean $(base_tests_dirs) 
$(tex_html_tests_dirs)
+       $(srcdir)/parser_tests.sh -clean $(base_tests_dirs) 
$(tex_html_tests_dirs) $(other_tests_dirs)
 
 TESTS = $(one_test_files_generated_list)
 
@@ -53,12 +53,9 @@ tex-html-checks tex-html-check: all
        $(MAKE) $(AM_MAKEFLAGS) check TEX_HTML_TESTS=yes
 
 # type_other_one_test_files_generated_list is automatically defined in
-#aMakefile.onetst
+# Makefile.onetst
 other-checks: all
        $(MAKE) $(AM_MAKEFLAGS) check OTHER_TESTS=yes 
TESTS='$(type_other_one_test_files_generated_list)' SUBDIRS=
 
 EXTRA_DIST = run_parser_all.sh parser_tests.sh \
  $(one_test_files_generated_list) coverage_macro.texi
-
-dist-hook:
-       rm -rf `find $(distdir)/reference -name .git`
diff --git a/tp/tests/other/Makefile.am b/tp/tests/other/Makefile.am
index afb0927cf2..f77ee99a65 100644
--- a/tp/tests/other/Makefile.am
+++ b/tp/tests/other/Makefile.am
@@ -1,11 +1,11 @@
 EXTRA_DIST = \
  highlight_example.texi \
- list-of-tests res_parser
+ list-of-tests res_parser_html
 
 DISTCLEANFILES = tests.log tests.out
 
 distclean-local:
-       rm -rf out_parser raw_out_parser diffs test_log
+       rm -rf out_parser_html raw_out_parser_html diffs test_log
 
 dist-hook:
-       rm -rf `find $(distdir)/res_parser -name .git`
+       rm -rf `find $(distdir)/res_parser_html -name .git`



reply via email to

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