texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * autogen.sh: add -other 'other' to regenerate_cm


From: Patrice Dumas
Subject: branch master updated: * autogen.sh: add -other 'other' to regenerate_cmd_tests.sh call.
Date: Sun, 30 Jan 2022 17:31:06 -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 ecce37becb * autogen.sh: add -other 'other' to regenerate_cmd_tests.sh 
call.
ecce37becb is described below

commit ecce37becb25e5fe8b5555c8e8790f3570bd6d23
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Jan 30 23:30:54 2022 +0100

    * autogen.sh: add -other 'other' to regenerate_cmd_tests.sh call.
---
 ChangeLog  | 4 ++++
 autogen.sh | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 37a371c537..463f25ca64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-01-30  Patrice Dumas  <pertusus@free.fr>
+
+       * autogen.sh: add -other 'other' to regenerate_cmd_tests.sh call.
+
 2022-01-30  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/HTML.pm (_default_format_element_footer)
diff --git a/autogen.sh b/autogen.sh
index 162df0bc8b..bacf4d5c97 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,7 +21,7 @@ echo "  $cmd"
 $chicken eval $cmd || exit 1
 
 # Generates an include file for tp/tests/Makefile.am.
-cmd="(cd tp/tests && ../maintain/regenerate_cmd_tests.sh Makefile.onetst . 
-base 'formatting sectioning indices nested_formats contents layout' -tex_html 
'tex_html')"
+cmd="(cd tp/tests && ../maintain/regenerate_cmd_tests.sh Makefile.onetst . 
-base 'formatting sectioning indices nested_formats contents layout' -tex_html 
'tex_html' -other 'other')"
 echo "  $cmd"
 $chicken eval $cmd || exit 1
 



reply via email to

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