texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * autogen.sh: regenerate tp/tests/input/non_ascii


From: Gavin D. Smith
Subject: branch master updated: * autogen.sh: regenerate tp/tests/input/non_ascii.tar. Suggestion from Patrice. * tp/tests/Makefile.am: update a comment
Date: Sat, 16 Nov 2024 16:05:10 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new a9e7e771ff * autogen.sh: regenerate tp/tests/input/non_ascii.tar.  
Suggestion from Patrice. * tp/tests/Makefile.am: update a comment
a9e7e771ff is described below

commit a9e7e771ff043a7c0865a3bdbadc7b5ded482cde
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Nov 16 21:05:03 2024 +0000

    * autogen.sh: regenerate tp/tests/input/non_ascii.tar.  Suggestion
    from Patrice.
    * tp/tests/Makefile.am: update a comment
---
 .gitignore                   |   1 -
 ChangeLog                    |   6 ++++++
 autogen.sh                   |   5 +++++
 tp/tests/Makefile.am         |   3 ++-
 tp/tests/input/non_ascii.tar | Bin 0 -> 40960 bytes
 5 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index b58257fb3f..e432257e75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -275,7 +275,6 @@ tp/tests/test_scripts/*.log
 tp/tests/test_scripts/*.trs
 tp/tests/input_file_names_recoded_stamp.txt
 tp/tests/built_input
-tp/tests/input/non_ascii.tar
 
 tp/tests/many_input_files/different_encodings
 tp/tests/many_input_files/different_languages_gen_master_menu
diff --git a/ChangeLog b/ChangeLog
index 54dceb0407..65875a669b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-16  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * autogen.sh: regenerate tp/tests/input/non_ascii.tar.  Suggestion
+       from Patrice.
+       * tp/tests/Makefile.am: update a comment
+
 2024-11-16  Gavin Smith <gavinsmith0123@gmail.com>
 
        * tp/tests/README: mention that input/non_ascii.tar needs
diff --git a/autogen.sh b/autogen.sh
index db611c799d..ed10cc22cc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,6 +25,11 @@ cmd="(cd tp/tests && ../maintain/regenerate_cmd_tests.sh 
Makefile.onetst . -base
 echo "  $cmd"
 $chicken eval $cmd || exit 1
 
+# Same rule in tp/tests/Makefile.am
+cmd="(cd tp/tests/input && tar -c -f non_ascii.tar non_ascii)"
+echo "  $cmd"
+$chicken eval $cmd || exit 1
+
 # missing texi2any_internals.texi stops automake.  Set up a fake
 # texi2any_internals.texi with a file timestamp set in the past,
 # if texi2any_internals.texi is not present
diff --git a/tp/tests/Makefile.am b/tp/tests/Makefile.am
index 987d888540..04e853fc2c 100644
--- a/tp/tests/Makefile.am
+++ b/tp/tests/Makefile.am
@@ -89,7 +89,8 @@ non_ascii_input = \
 # tar archive should contain all files in a "non_ascii" directory.  This
 # rule only works when run from the git repository, not from a tarball.
 # Note that this target does not depend on $(non_ascii_input), so
-# non_ascii.tar needs be deleted manually in case of any updates.
+# non_ascii.tar needs to be regenerated manually in case of any updates.
+# It is also regenerated by autogen.sh at top level.
 $(srcdir)/input/non_ascii.tar:
        cd $(srcdir)/input && \
        tar -c -f non_ascii.tar non_ascii
diff --git a/tp/tests/input/non_ascii.tar b/tp/tests/input/non_ascii.tar
new file mode 100644
index 0000000000..588d7215d5
Binary files /dev/null and b/tp/tests/input/non_ascii.tar differ



reply via email to

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