texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Fix make distcheck by adding distclean-local in t


From: Patrice Dumas
Subject: branch master updated: Fix make distcheck by adding distclean-local in tp/tests/Makefile.am
Date: Wed, 09 Mar 2022 22:34:01 -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 aa7fe7df3b Fix make distcheck by adding distclean-local in 
tp/tests/Makefile.am
aa7fe7df3b is described below

commit aa7fe7df3beac6b9eb0186d6808d65b63d518353
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Mar 10 04:32:47 2022 +0100

    Fix make distcheck by adding distclean-local in tp/tests/Makefile.am
    
    also remove moved file from tp/tests/other/Makefile.am
---
 tp/tests/Makefile.am       | 3 +++
 tp/tests/other/Makefile.am | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/tp/tests/Makefile.am b/tp/tests/Makefile.am
index 9d2cf011d1..872e910a67 100644
--- a/tp/tests/Makefile.am
+++ b/tp/tests/Makefile.am
@@ -67,6 +67,9 @@ input_file_names_recoded_stamp.txt: 
$(srcdir)/input/included_latîn1.texi
        $(PERL) $(srcdir)/../maintain/copy_change_file_name_encoding.pl 
$(srcdir)/input/included_latîn1.texi .
        : > $@
 
+distclean-local:
+       rm -f input_file_names_recoded_stamp.txt included_lat*n1.texi
+
 EXTRA_DIST = run_parser_all.sh parser_tests.sh \
  $(one_test_files_generated_list) coverage_macro.texi included_akçentêd.texi \
  input/included_latîn1.texi
diff --git a/tp/tests/other/Makefile.am b/tp/tests/other/Makefile.am
index 3d6230849f..f77ee99a65 100644
--- a/tp/tests/other/Makefile.am
+++ b/tp/tests/other/Makefile.am
@@ -1,6 +1,5 @@
 EXTRA_DIST = \
  highlight_example.texi \
- manual_include_accented_file_name_latin1.texi \
  list-of-tests res_parser_html
 
 DISTCLEANFILES = tests.log tests.out



reply via email to

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