[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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * autogen.sh: add -other 'other' to regenerate_cmd_tests.sh call.,
Patrice Dumas <=
- Prev by Date:
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_format_element_footer) (_convert): rename cmdname as context or context_name, as contexts are not necessarily associated with command names, and it is clearer to separate.
- Next by Date:
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_*_command, _convert), tp/init/highlight_syntax.pm, tp/init/html32.pm, tp/init/latex2html.pm: always use the same call for @-command conversion functions, with $args always as fourth argument and $content as fifth argument.
- Previous by thread:
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_format_element_footer) (_convert): rename cmdname as context or context_name, as contexts are not necessarily associated with command names, and it is clearer to separate.
- Next by thread:
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_*_command, _convert), tp/init/highlight_syntax.pm, tp/init/html32.pm, tp/init/latex2html.pm: always use the same call for @-command conversion functions, with $args always as fourth argument and $content as fifth argument.
- Index(es):