texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/maintain/regenerate_file_lists.pl, tp/Makefi


From: Patrice Dumas
Subject: branch master updated: * tp/maintain/regenerate_file_lists.pl, tp/Makefile.tres: list res_* directories only and not the files within to avoid an "Argument list too long" error for the shell in make dist.
Date: Wed, 04 Jan 2023 02:19:09 -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 5a51a5e761 * tp/maintain/regenerate_file_lists.pl, tp/Makefile.tres: 
list res_* directories only and not the files within to avoid an "Argument list 
too long" error for the shell in make dist.
5a51a5e761 is described below

commit 5a51a5e761fa024671bdd05c821164c0d6819b73
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 4 08:18:59 2023 +0100

    * tp/maintain/regenerate_file_lists.pl, tp/Makefile.tres: list res_*
    directories only and not the files within to avoid an
    "Argument list too long" error for the shell in make dist.
---
 ChangeLog                            |    6 +
 tp/Makefile.tres                     | 1033 +++++++++++-----------------------
 tp/maintain/regenerate_file_lists.pl |    7 +-
 3 files changed, 329 insertions(+), 717 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3cbb6f9c75..77ef22ad9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-01-04  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/maintain/regenerate_file_lists.pl, tp/Makefile.tres: list res_*
+       directories only and not the files within to avoid an
+       "Argument list too long" error for the shell in make dist.
+
 2023-01-03  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/html_tests.t,
diff --git a/tp/Makefile.tres b/tp/Makefile.tres
index 8e0a8bdbb4..ee887da24d 100644
--- a/tp/Makefile.tres
+++ b/tp/Makefile.tres
@@ -95,9 +95,9 @@ test_files_generated_list = $(test_tap_files_generated_list) \
   t/results/conditionals/conditional_not_closed.pl \
   t/results/conditionals/consecutive_conditionals.pl \
   t/results/conditionals/defcondx_Dbar.pl \
-  t/results/conditionals/defcondx_Dbar/res_html/defxcond.html \
+  t/results/conditionals/defcondx_Dbar/res_html \
   t/results/conditionals/defcondx_Ubar.pl \
-  t/results/conditionals/defcondx_Ubar/res_html/defxcond.html \
+  t/results/conditionals/defcondx_Ubar/res_html \
   t/results/conditionals/empty_ifclear.pl \
   t/results/conditionals/empty_ifset.pl \
   t/results/conditionals/empty_ifset_in_ifset_no_set.pl \
@@ -141,30 +141,28 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/converters_tests/accent_with_text.pl \
   t/results/converters_tests/at_commands_in_raw.pl \
   t/results/converters_tests/combined_fonts.pl \
-  t/results/converters_tests/combined_fonts/res_docbook/combined_fonts.xml \
-  t/results/converters_tests/combined_fonts/res_html/chapter.html \
-  t/results/converters_tests/combined_fonts/res_html/index.html \
-  t/results/converters_tests/combined_fonts/res_info/combined_fonts.info \
-  t/results/converters_tests/combined_fonts/res_latex/combined_fonts.tex \
-  t/results/converters_tests/combined_fonts/res_xml/combined_fonts.xml \
+  t/results/converters_tests/combined_fonts/res_docbook \
+  t/results/converters_tests/combined_fonts/res_html \
+  t/results/converters_tests/combined_fonts/res_info \
+  t/results/converters_tests/combined_fonts/res_latex \
+  t/results/converters_tests/combined_fonts/res_xml \
   t/results/converters_tests/complex_nestings.pl \
   t/results/converters_tests/contents_at_document_begin.pl \
-  
t/results/converters_tests/contents_at_document_begin/res_html/contents_at_document_begin.html
 \
+  t/results/converters_tests/contents_at_document_begin/res_html \
   t/results/converters_tests/contents_at_document_begin_inline.pl \
-  
t/results/converters_tests/contents_at_document_begin_inline/res_html/contents_at_document_begin.html
 \
+  t/results/converters_tests/contents_at_document_begin_inline/res_html \
   t/results/converters_tests/contents_at_document_begin_separate_element.pl \
-  
t/results/converters_tests/contents_at_document_begin_separate_element/res_html/contents_at_document_begin.html
 \
+  
t/results/converters_tests/contents_at_document_begin_separate_element/res_html 
\
   t/results/converters_tests/definition_commands.pl \
-  t/results/converters_tests/definition_commands/res_html/chapter.html \
-  t/results/converters_tests/definition_commands/res_html/index.html \
-  
t/results/converters_tests/definition_commands/res_latex/definition_commands.tex
 \
+  t/results/converters_tests/definition_commands/res_html \
+  t/results/converters_tests/definition_commands/res_latex \
   t/results/converters_tests/email_table_command_as_argument.pl \
   t/results/converters_tests/empty.pl \
-  t/results/converters_tests/empty/res_docbook/empty.xml \
-  t/results/converters_tests/empty/res_html/index.html \
-  t/results/converters_tests/empty/res_info/empty.info \
-  t/results/converters_tests/empty/res_latex/empty.tex \
-  t/results/converters_tests/empty/res_xml/empty.xml \
+  t/results/converters_tests/empty/res_docbook \
+  t/results/converters_tests/empty/res_html \
+  t/results/converters_tests/empty/res_info \
+  t/results/converters_tests/empty/res_latex \
+  t/results/converters_tests/empty/res_xml \
   t/results/converters_tests/empty_accent.pl \
   t/results/converters_tests/enumerate_above_ten.pl \
   t/results/converters_tests/footnote_no_number.pl \
@@ -176,17 +174,17 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/converters_tests/image_with_spaces.pl \
   t/results/converters_tests/index_entry_in_preformatted.pl \
   t/results/converters_tests/indices_in_begin_tables_lists.pl \
-  
t/results/converters_tests/indices_in_begin_tables_lists/res_docbook/indices_in_begin_tables_lists.xml
 \
-  
t/results/converters_tests/indices_in_begin_tables_lists/res_html/indices_in_begin_tables_lists.html
 \
-  
t/results/converters_tests/indices_in_begin_tables_lists/res_info/indices_in_begin_tables_lists.info
 \
-  
t/results/converters_tests/indices_in_begin_tables_lists/res_latex/indices_in_begin_tables_lists.tex
 \
-  
t/results/converters_tests/indices_in_begin_tables_lists/res_xml/indices_in_begin_tables_lists.xml
 \
+  t/results/converters_tests/indices_in_begin_tables_lists/res_docbook \
+  t/results/converters_tests/indices_in_begin_tables_lists/res_html \
+  t/results/converters_tests/indices_in_begin_tables_lists/res_info \
+  t/results/converters_tests/indices_in_begin_tables_lists/res_latex \
+  t/results/converters_tests/indices_in_begin_tables_lists/res_xml \
   
t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item.pl \
-  
t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item/res_docbook/indices_in_begin_tables_lists.xml
 \
-  
t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item/res_html/indices_in_begin_tables_lists.html
 \
-  
t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item/res_info/indices_in_begin_tables_lists.info
 \
-  
t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item/res_latex/indices_in_begin_tables_lists.tex
 \
-  
t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item/res_xml/indices_in_begin_tables_lists.xml
 \
+  
t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item/res_docbook
 \
+  
t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item/res_html
 \
+  
t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item/res_info
 \
+  
t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item/res_latex
 \
+  
t/results/converters_tests/indices_in_begin_tables_lists_entries_after_item/res_xml
 \
   t/results/converters_tests/inline.pl \
   t/results/converters_tests/inline_expand_tex.pl \
   t/results/converters_tests/inlinefmtifelse.pl \
@@ -196,57 +194,48 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/converters_tests/inlinerawspaces.pl \
   t/results/converters_tests/line_breaks.pl \
   t/results/converters_tests/minimal_empty_empty.pl \
-  
t/results/converters_tests/minimal_empty_empty/res_docbook/minimal_empty_empty.xml
 \
-  t/results/converters_tests/minimal_empty_empty/res_html/index.html \
-  
t/results/converters_tests/minimal_empty_empty/res_info/minimal_empty_empty.info
 \
-  
t/results/converters_tests/minimal_empty_empty/res_latex/minimal_empty_empty.tex
 \
-  
t/results/converters_tests/minimal_empty_empty/res_xml/minimal_empty_empty.xml \
+  t/results/converters_tests/minimal_empty_empty/res_docbook \
+  t/results/converters_tests/minimal_empty_empty/res_html \
+  t/results/converters_tests/minimal_empty_empty/res_info \
+  t/results/converters_tests/minimal_empty_empty/res_latex \
+  t/results/converters_tests/minimal_empty_empty/res_xml \
   t/results/converters_tests/minimal_empty_with_bye.pl \
-  
t/results/converters_tests/minimal_empty_with_bye/res_docbook/minimal_empty_with_bye.xml
 \
-  t/results/converters_tests/minimal_empty_with_bye/res_html/index.html \
-  
t/results/converters_tests/minimal_empty_with_bye/res_info/minimal_empty_with_bye.info
 \
-  
t/results/converters_tests/minimal_empty_with_bye/res_latex/minimal_empty_with_bye.tex
 \
-  
t/results/converters_tests/minimal_empty_with_bye/res_xml/minimal_empty_with_bye.xml
 \
+  t/results/converters_tests/minimal_empty_with_bye/res_docbook \
+  t/results/converters_tests/minimal_empty_with_bye/res_html \
+  t/results/converters_tests/minimal_empty_with_bye/res_info \
+  t/results/converters_tests/minimal_empty_with_bye/res_latex \
+  t/results/converters_tests/minimal_empty_with_bye/res_xml \
   t/results/converters_tests/minimal_empty_with_input.pl \
-  
t/results/converters_tests/minimal_empty_with_input/res_docbook/minimal_empty_with_input.xml
 \
-  t/results/converters_tests/minimal_empty_with_input/res_html/index.html \
-  
t/results/converters_tests/minimal_empty_with_input/res_info/minimal_empty_with_input.info
 \
-  
t/results/converters_tests/minimal_empty_with_input/res_latex/minimal_empty_with_input.tex
 \
-  
t/results/converters_tests/minimal_empty_with_input/res_xml/minimal_empty_with_input.xml
 \
+  t/results/converters_tests/minimal_empty_with_input/res_docbook \
+  t/results/converters_tests/minimal_empty_with_input/res_html \
+  t/results/converters_tests/minimal_empty_with_input/res_info \
+  t/results/converters_tests/minimal_empty_with_input/res_latex \
+  t/results/converters_tests/minimal_empty_with_input/res_xml \
   t/results/converters_tests/non_empty_part.pl \
   t/results/converters_tests/non_empty_part_no_top_node_output.pl \
   t/results/converters_tests/normal_font_in_monospace.pl \
   t/results/converters_tests/printindex_merged_indices_code_style.pl \
-  
t/results/converters_tests/printindex_merged_indices_code_style/res_latex/printindex_merged_indices_code_style.tex
 \
+  t/results/converters_tests/printindex_merged_indices_code_style/res_latex \
   t/results/converters_tests/raw_block_commands.pl \
   t/results/converters_tests/raw_block_commands_expand_tex.pl \
   t/results/converters_tests/ref_error_formatting.pl \
   t/results/converters_tests/ref_in_sectioning.pl \
   t/results/converters_tests/references_to_top_no_top_output.pl \
-  
t/results/converters_tests/references_to_top_no_top_output/res_html/Main-Flist.html
 \
-  
t/results/converters_tests/references_to_top_no_top_output/res_html/My-Flist.html
 \
-  
t/results/converters_tests/references_to_top_no_top_output/res_html/a-in-caption.html
 \
-  
t/results/converters_tests/references_to_top_no_top_output/res_html/a-in-copying.html
 \
-  
t/results/converters_tests/references_to_top_no_top_output/res_html/a-in-float.html
 \
-  
t/results/converters_tests/references_to_top_no_top_output/res_html/a-in-footnote.html
 \
-  
t/results/converters_tests/references_to_top_no_top_output/res_html/a-in-paragraph-in-top.html
 \
-  
t/results/converters_tests/references_to_top_no_top_output/res_html/a-in-top.html
 \
-  
t/results/converters_tests/references_to_top_no_top_output/res_html/chapter.html
 \
-  
t/results/converters_tests/references_to_top_no_top_output/res_html/index.html \
-  
t/results/converters_tests/references_to_top_no_top_output/res_latex/references_to_top_no_top_output.tex
 \
+  t/results/converters_tests/references_to_top_no_top_output/res_html \
+  t/results/converters_tests/references_to_top_no_top_output/res_latex \
   t/results/converters_tests/refs_formatting.pl \
   t/results/converters_tests/simplest_no_node_section.pl \
-  
t/results/converters_tests/simplest_no_node_section/res_docbook/simplest_no_node_section.xml
 \
-  t/results/converters_tests/simplest_no_node_section/res_html/index.html \
-  
t/results/converters_tests/simplest_no_node_section/res_info/simplest_no_node_section.info
 \
-  
t/results/converters_tests/simplest_no_node_section/res_latex/simplest_no_node_section.tex
 \
-  
t/results/converters_tests/simplest_no_node_section/res_xml/simplest_no_node_section.xml
 \
+  t/results/converters_tests/simplest_no_node_section/res_docbook \
+  t/results/converters_tests/simplest_no_node_section/res_html \
+  t/results/converters_tests/simplest_no_node_section/res_info \
+  t/results/converters_tests/simplest_no_node_section/res_latex \
+  t/results/converters_tests/simplest_no_node_section/res_xml \
   t/results/converters_tests/simplest_test_prefix.pl \
-  t/results/converters_tests/simplest_test_prefix/res_docbook/truc.xml \
-  t/results/converters_tests/simplest_test_prefix/res_html/truc.html \
-  t/results/converters_tests/simplest_test_prefix/res_info/truc.info \
-  t/results/converters_tests/simplest_test_prefix/res_latex/truc.tex \
-  t/results/converters_tests/simplest_test_prefix/res_xml/truc.xml \
+  t/results/converters_tests/simplest_test_prefix/res_docbook \
+  t/results/converters_tests/simplest_test_prefix/res_html \
+  t/results/converters_tests/simplest_test_prefix/res_info \
+  t/results/converters_tests/simplest_test_prefix/res_latex \
+  t/results/converters_tests/simplest_test_prefix/res_xml \
   t/results/converters_tests/some_at_commands_in_ref_nodes.pl \
   t/results/converters_tests/sp_in_example.pl \
   t/results/converters_tests/spaces_in_empty_node_names.pl \
@@ -464,111 +453,37 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/formats_encodings/accentenc_enable_encoding.pl \
   t/results/formats_encodings/at_commands_in_refs.pl \
   t/results/formats_encodings/at_commands_in_refs_latin1.pl \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/-_0021-_002e-_002e-_003f-_0040.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/-_0040-_007b_007d-_002e-.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/-_007b-_007d.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/8_002e27in.html 
\
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/AAA-AAA-BBB.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/CCC-CCC-DDD.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_0040-_007b-_007d-_005c-_0023.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_00aa-_00ba-_22c6-_00a3-_22a3-_00bf-_00ae.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_00ab-_00bb-_00ab-_00bb-_2039-_203a.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_201c-_201d-_2018-_2019-_201e-_201a.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_21d2-_00b0-a-b-aa.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_2265-_2264-_2192.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/a-e-i-a-a-e-c-e-e-e-e.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/e-e-e-e-e-j-ee.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/env-code-option-samp-command-file-C_002dx-ESC.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/f_002d_002dile1-f_002d_002dile.html
 \
-  t/results/formats_encodings/at_commands_in_refs_latin1/res_html/gH-3rd.html \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html
 \
-  t/results/formats_encodings/at_commands_in_refs_latin1/res_html/i-E-C.html \
-  t/results/formats_encodings/at_commands_in_refs_latin1/res_html/index.html \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/indicateurl.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/sansserif-slanted.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_html/someone_0040somewher-no_005fexplain_0040there.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_latin1/res_info/at_commands_in_refs_latin1.info
 \
+  t/results/formats_encodings/at_commands_in_refs_latin1/res_html \
+  t/results/formats_encodings/at_commands_in_refs_latin1/res_info \
   t/results/formats_encodings/at_commands_in_refs_utf8.pl \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/-_0021-_002e-_002e-_003f-_0040.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/-_0040-_007b_007d-_002e-.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/-_007b-_007d.html 
\
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/8_002e27in.html \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/AAA-AAA-BBB.html \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/CCC-CCC-DDD.html \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_0040-_007b-_007d-_005c-_0023.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_00aa-_00ba-_22c6-_00a3-_22a3-_00bf-_00ae.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_00ab-_00bb-_00ab-_00bb-_2039-_203a.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_201c-_201d-_2018-_2019-_201e-_201a.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_21d2-_00b0-a-b-aa.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_2265-_2264-_2192.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/a-e-i-a-a-e-c-e-e-e-e.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/e-e-e-e-e-j-ee.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/env-code-option-samp-command-file-C_002dx-ESC.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/f_002d_002dile1-f_002d_002dile.html
 \
-  t/results/formats_encodings/at_commands_in_refs_utf8/res_html/gH-3rd.html \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html
 \
-  t/results/formats_encodings/at_commands_in_refs_utf8/res_html/i-E-C.html \
-  t/results/formats_encodings/at_commands_in_refs_utf8/res_html/index.html \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/indicateurl.html \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/sansserif-slanted.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_html/someone_0040somewher-no_005fexplain_0040there.html
 \
-  
t/results/formats_encodings/at_commands_in_refs_utf8/res_info/at_commands_in_refs_utf8.info
 \
+  t/results/formats_encodings/at_commands_in_refs_utf8/res_html \
+  t/results/formats_encodings/at_commands_in_refs_utf8/res_info \
   t/results/formats_encodings/char_latin1_latin1_in_refs.pl \
-  
t/results/formats_encodings/char_latin1_latin1_in_refs/res_docbook/char_latin1_latin1_in_refs.xml
 \
-  
t/results/formats_encodings/char_latin1_latin1_in_refs/res_html/a-e-i-o-u-A-E-I-O-U.html
 \
-  
t/results/formats_encodings/char_latin1_latin1_in_refs/res_html/a-e-i-o-u-y-A-E-I-O-U.html
 \
-  t/results/formats_encodings/char_latin1_latin1_in_refs/res_html/a-e-u.html \
-  t/results/formats_encodings/char_latin1_latin1_in_refs/res_html/c.html \
-  t/results/formats_encodings/char_latin1_latin1_in_refs/res_html/e.html \
-  t/results/formats_encodings/char_latin1_latin1_in_refs/res_html/index.html \
-  
t/results/formats_encodings/char_latin1_latin1_in_refs/res_info/char_latin1_latin1_in_refs.info
 \
-  
t/results/formats_encodings/char_latin1_latin1_in_refs/res_latex/char_latin1_latin1_in_refs.tex
 \
-  
t/results/formats_encodings/char_latin1_latin1_in_refs/res_xml/char_latin1_latin1_in_refs.xml
 \
+  t/results/formats_encodings/char_latin1_latin1_in_refs/res_docbook \
+  t/results/formats_encodings/char_latin1_latin1_in_refs/res_html \
+  t/results/formats_encodings/char_latin1_latin1_in_refs/res_info \
+  t/results/formats_encodings/char_latin1_latin1_in_refs/res_latex \
+  t/results/formats_encodings/char_latin1_latin1_in_refs/res_xml \
   t/results/formats_encodings/char_latin1_utf8_in_refs.pl \
-  
t/results/formats_encodings/char_latin1_utf8_in_refs/res_html/a-e-i-o-u-A-E-I-O-U.html
 \
-  
t/results/formats_encodings/char_latin1_utf8_in_refs/res_html/a-e-i-o-u-y-A-E-I-O-U.html
 \
-  t/results/formats_encodings/char_latin1_utf8_in_refs/res_html/a-e-u.html \
-  t/results/formats_encodings/char_latin1_utf8_in_refs/res_html/c.html \
-  t/results/formats_encodings/char_latin1_utf8_in_refs/res_html/e.html \
-  t/results/formats_encodings/char_latin1_utf8_in_refs/res_html/index.html \
-  
t/results/formats_encodings/char_latin1_utf8_in_refs/res_info/char_latin1_utf8_in_refs.info
 \
+  t/results/formats_encodings/char_latin1_utf8_in_refs/res_html \
+  t/results/formats_encodings/char_latin1_utf8_in_refs/res_info \
   t/results/formats_encodings/char_latin2_latin2_in_refs.pl \
-  
t/results/formats_encodings/char_latin2_latin2_in_refs/res_html/A-a-_002c-E-e.html
 \
-  t/results/formats_encodings/char_latin2_latin2_in_refs/res_html/index.html \
-  
t/results/formats_encodings/char_latin2_latin2_in_refs/res_info/char_latin2_latin2_in_refs.info
 \
+  t/results/formats_encodings/char_latin2_latin2_in_refs/res_html \
+  t/results/formats_encodings/char_latin2_latin2_in_refs/res_info \
   t/results/formats_encodings/documentencoding_utf8_and_insertions.pl \
   t/results/formats_encodings/japanese_shift_jis.pl \
-  t/results/formats_encodings/japanese_shift_jis/res_html/Introduction.html \
-  t/results/formats_encodings/japanese_shift_jis/res_html/Preface.html \
-  t/results/formats_encodings/japanese_shift_jis/res_html/index.html \
-  
t/results/formats_encodings/japanese_shift_jis/res_info/japanese_shift_jis.info 
\
+  t/results/formats_encodings/japanese_shift_jis/res_html \
+  t/results/formats_encodings/japanese_shift_jis/res_info \
   t/results/formats_encodings/manual_simple_latin1_with_error.pl \
-  
t/results/formats_encodings/manual_simple_latin1_with_error/res_html/Chapitre.html
 \
-  
t/results/formats_encodings/manual_simple_latin1_with_error/res_html/esseule.html
 \
-  
t/results/formats_encodings/manual_simple_latin1_with_error/res_html/index.html 
\
-  
t/results/formats_encodings/manual_simple_latin1_with_error/res_info/manual_simple_latin1_with_error.info
 \
+  t/results/formats_encodings/manual_simple_latin1_with_error/res_html \
+  t/results/formats_encodings/manual_simple_latin1_with_error/res_info \
   t/results/formats_encodings/manual_simple_utf8_with_error.pl \
-  
t/results/formats_encodings/manual_simple_utf8_with_error/res_html/Chapitre.html
 \
-  
t/results/formats_encodings/manual_simple_utf8_with_error/res_html/esseule.html 
\
-  
t/results/formats_encodings/manual_simple_utf8_with_error/res_html/index.html \
-  
t/results/formats_encodings/manual_simple_utf8_with_error/res_info/manual_simple_utf8_with_error.info
 \
+  t/results/formats_encodings/manual_simple_utf8_with_error/res_html \
+  t/results/formats_encodings/manual_simple_utf8_with_error/res_info \
   t/results/formats_encodings/no_documentencoding_and_insertions.pl \
   t/results/formats_encodings/sample_utf8.pl \
-  
t/results/formats_encodings/sample_utf8/res_html/DiYiZhang_0028First-Chapter_0029.html
 \
-  t/results/formats_encodings/sample_utf8/res_html/Index-node.html \
-  
t/results/formats_encodings/sample_utf8/res_html/Second-Chapter-AE-AE-ae-ae.html
 \
-  t/results/formats_encodings/sample_utf8/res_html/index.html \
-  t/results/formats_encodings/sample_utf8/res_info/sample_utf8.info \
+  t/results/formats_encodings/sample_utf8/res_html \
+  t/results/formats_encodings/sample_utf8/res_info \
   t/results/formats_encodings/weird_accents.pl \
   t/results/formats_encodings/weird_accents_disable_encoding.pl \
   t/results/heading/heading_in_copying.pl \
@@ -579,199 +494,128 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/html_tests/check_htmlxref.pl \
   t/results/html_tests/check_htmlxref_ignore_ref_top_up.pl \
   t/results/html_tests/check_htmlxref_menu.pl \
-  t/results/html_tests/check_htmlxref_menu/res_html/chapter.html \
-  t/results/html_tests/check_htmlxref_menu/res_html/first.html \
-  t/results/html_tests/check_htmlxref_menu/res_html/index.html \
+  t/results/html_tests/check_htmlxref_menu/res_html \
   t/results/html_tests/check_htmlxref_no_use_nodes.pl \
-  t/results/html_tests/check_htmlxref_no_use_nodes/res_html/chapter.html \
-  t/results/html_tests/check_htmlxref_no_use_nodes/res_html/first.html \
-  t/results/html_tests/check_htmlxref_no_use_nodes/res_html/index.html \
+  t/results/html_tests/check_htmlxref_no_use_nodes/res_html \
   t/results/html_tests/commands_in_abbr.pl \
   t/results/html_tests/commands_in_alt.pl \
   t/results/html_tests/commands_in_email.pl \
   t/results/html_tests/contents_at_end.pl \
-  t/results/html_tests/contents_at_end/res_html/contents_at_end.html \
+  t/results/html_tests/contents_at_end/res_html \
   t/results/html_tests/contents_at_end_inline.pl \
-  t/results/html_tests/contents_at_end_inline/res_html/contents_at_end.html \
+  t/results/html_tests/contents_at_end_inline/res_html \
   t/results/html_tests/contents_at_end_separate_element.pl \
-  
t/results/html_tests/contents_at_end_separate_element/res_html/contents_at_end.html
 \
+  t/results/html_tests/contents_at_end_separate_element/res_html \
   t/results/html_tests/contents_in_middle_chapter.pl \
-  
t/results/html_tests/contents_in_middle_chapter/res_html/contents_in_middle_chapter.html
 \
+  t/results/html_tests/contents_in_middle_chapter/res_html \
   t/results/html_tests/contents_in_middle_chapter_inline.pl \
-  
t/results/html_tests/contents_in_middle_chapter_inline/res_html/contents_in_middle_chapter.html
 \
+  t/results/html_tests/contents_in_middle_chapter_inline/res_html \
   t/results/html_tests/contents_in_middle_chapter_separate_element.pl \
-  
t/results/html_tests/contents_in_middle_chapter_separate_element/res_html/contents_in_middle_chapter.html
 \
+  t/results/html_tests/contents_in_middle_chapter_separate_element/res_html \
   t/results/html_tests/contents_in_middle_section.pl \
-  
t/results/html_tests/contents_in_middle_section/res_html/contents_in_middle_section.html
 \
+  t/results/html_tests/contents_in_middle_section/res_html \
   t/results/html_tests/contents_in_middle_section_inline.pl \
-  
t/results/html_tests/contents_in_middle_section_inline/res_html/contents_in_middle_section.html
 \
+  t/results/html_tests/contents_in_middle_section_inline/res_html \
   t/results/html_tests/contents_in_middle_section_separate_element.pl \
-  
t/results/html_tests/contents_in_middle_section_separate_element/res_html/contents_in_middle_section.html
 \
+  t/results/html_tests/contents_in_middle_section_separate_element/res_html \
   t/results/html_tests/deftypefnnewline_for_copying_after.pl \
   t/results/html_tests/deftypefnnewline_for_copying_before.pl \
   t/results/html_tests/documentdescription.pl \
   t/results/html_tests/double_contents.pl \
-  t/results/html_tests/double_contents/res_html/double_contents.html \
+  t/results/html_tests/double_contents/res_html \
   t/results/html_tests/double_contents_after_title.pl \
-  
t/results/html_tests/double_contents_after_title/res_html/double_contents.html \
+  t/results/html_tests/double_contents_after_title/res_html \
   t/results/html_tests/double_contents_after_title_show_title.pl \
-  
t/results/html_tests/double_contents_after_title_show_title/res_html/double_contents.html
 \
+  t/results/html_tests/double_contents_after_title_show_title/res_html \
   t/results/html_tests/double_contents_after_title_show_title_nodes.pl \
-  
t/results/html_tests/double_contents_after_title_show_title_nodes/res_html/chapter.html
 \
-  
t/results/html_tests/double_contents_after_title_show_title_nodes/res_html/index.html
 \
-  
t/results/html_tests/double_contents_after_title_show_title_nodes/res_html/section.html
 \
+  t/results/html_tests/double_contents_after_title_show_title_nodes/res_html \
   t/results/html_tests/double_contents_book.pl \
-  t/results/html_tests/double_contents_book/res_html/double_contents.html \
+  t/results/html_tests/double_contents_book/res_html \
   t/results/html_tests/double_contents_chapter.pl \
-  t/results/html_tests/double_contents_chapter/res_html/chapter.html \
-  t/results/html_tests/double_contents_chapter/res_html/index.html \
-  t/results/html_tests/double_contents_chapter/res_html/section.html \
+  t/results/html_tests/double_contents_chapter/res_html \
   t/results/html_tests/double_contents_inline.pl \
-  t/results/html_tests/double_contents_inline/res_html/double_contents.html \
+  t/results/html_tests/double_contents_inline/res_html \
   t/results/html_tests/double_contents_inline_chapter.pl \
-  t/results/html_tests/double_contents_inline_chapter/res_html/chapter.html \
-  t/results/html_tests/double_contents_inline_chapter/res_html/index.html \
-  t/results/html_tests/double_contents_inline_chapter/res_html/section.html \
+  t/results/html_tests/double_contents_inline_chapter/res_html \
   t/results/html_tests/double_contents_inline_nodes.pl \
-  t/results/html_tests/double_contents_inline_nodes/res_html/chapter.html \
-  t/results/html_tests/double_contents_inline_nodes/res_html/index.html \
-  t/results/html_tests/double_contents_inline_nodes/res_html/section.html \
+  t/results/html_tests/double_contents_inline_nodes/res_html \
   t/results/html_tests/double_contents_inline_section.pl \
-  t/results/html_tests/double_contents_inline_section/res_html/chapter.html \
-  t/results/html_tests/double_contents_inline_section/res_html/index.html \
-  t/results/html_tests/double_contents_inline_section/res_html/section.html \
+  t/results/html_tests/double_contents_inline_section/res_html \
   t/results/html_tests/double_contents_nodes.pl \
-  t/results/html_tests/double_contents_nodes/res_html/chapter.html \
-  t/results/html_tests/double_contents_nodes/res_html/index.html \
-  t/results/html_tests/double_contents_nodes/res_html/section.html \
+  t/results/html_tests/double_contents_nodes/res_html \
   t/results/html_tests/double_contents_section.pl \
-  t/results/html_tests/double_contents_section/res_html/chapter.html \
-  t/results/html_tests/double_contents_section/res_html/index.html \
-  t/results/html_tests/double_contents_section/res_html/section.html \
+  t/results/html_tests/double_contents_section/res_html \
   t/results/html_tests/double_contents_separate_element.pl \
-  
t/results/html_tests/double_contents_separate_element/res_html/double_contents.html
 \
+  t/results/html_tests/double_contents_separate_element/res_html \
   t/results/html_tests/double_contents_separate_element_chapter.pl \
-  
t/results/html_tests/double_contents_separate_element_chapter/res_html/chapter.html
 \
-  
t/results/html_tests/double_contents_separate_element_chapter/res_html/double_contents_toc.html
 \
-  
t/results/html_tests/double_contents_separate_element_chapter/res_html/index.html
 \
-  
t/results/html_tests/double_contents_separate_element_chapter/res_html/section.html
 \
+  t/results/html_tests/double_contents_separate_element_chapter/res_html \
   t/results/html_tests/double_contents_separate_element_nodes.pl \
-  
t/results/html_tests/double_contents_separate_element_nodes/res_html/chapter.html
 \
-  
t/results/html_tests/double_contents_separate_element_nodes/res_html/double_contents_toc.html
 \
-  
t/results/html_tests/double_contents_separate_element_nodes/res_html/index.html 
\
-  
t/results/html_tests/double_contents_separate_element_nodes/res_html/section.html
 \
+  t/results/html_tests/double_contents_separate_element_nodes/res_html \
   t/results/html_tests/double_contents_separate_element_section.pl \
-  
t/results/html_tests/double_contents_separate_element_section/res_html/chapter.html
 \
-  
t/results/html_tests/double_contents_separate_element_section/res_html/double_contents_toc.html
 \
-  
t/results/html_tests/double_contents_separate_element_section/res_html/index.html
 \
-  
t/results/html_tests/double_contents_separate_element_section/res_html/section.html
 \
+  t/results/html_tests/double_contents_separate_element_section/res_html \
   t/results/html_tests/empty_lines_at_beginning_no_setfilename.pl \
   t/results/html_tests/empty_lines_at_beginning_no_setfilename_no_element.pl \
   t/results/html_tests/empty_titlefont.pl \
   t/results/html_tests/float_copying.pl \
-  t/results/html_tests/float_copying/res_html/Copying-and-floats.html \
-  
t/results/html_tests/float_copying/res_html/caption-copying-footnote-anchor.html
 \
-  t/results/html_tests/float_copying/res_html/float_copying_fot.html \
-  t/results/html_tests/float_copying/res_html/index.html \
-  t/results/html_tests/float_copying/res_html/public-domain-anchor.html \
-  t/results/html_tests/float_copying/res_html/public-domain.html \
+  t/results/html_tests/float_copying/res_html \
   t/results/html_tests/footnotestyle_separate_html_text_no_monolithic.pl \
   t/results/html_tests/footnotestyle_separate_late.pl \
-  t/results/html_tests/footnotestyle_separate_late/res_html/chap-f.html \
-  t/results/html_tests/footnotestyle_separate_late/res_html/chap-s.html \
-  
t/results/html_tests/footnotestyle_separate_late/res_html/footnotestyle_separate_late_fot.html
 \
-  t/results/html_tests/footnotestyle_separate_late/res_html/index.html \
+  t/results/html_tests/footnotestyle_separate_late/res_html \
   t/results/html_tests/html_in_copying.pl \
   t/results/html_tests/image_link_prefix.pl \
   t/results/html_tests/index_and_node_same_name.pl \
   t/results/html_tests/index_below.pl \
   t/results/html_tests/itemize_arguments.pl \
-  t/results/html_tests/itemize_arguments/res_html/index.html \
+  t/results/html_tests/itemize_arguments/res_html \
   t/results/html_tests/itemize_arguments_enable_encoding.pl \
-  t/results/html_tests/itemize_arguments_enable_encoding/res_html/index.html \
+  t/results/html_tests/itemize_arguments_enable_encoding/res_html \
   t/results/html_tests/mathjax_with_texinfo.pl \
   t/results/html_tests/mathjax_with_texinfo_enable_encoding.pl \
-  
t/results/html_tests/mathjax_with_texinfo_enable_encoding/res_latex/mathjax_with_texinfo_enable_encoding.tex
 \
+  t/results/html_tests/mathjax_with_texinfo_enable_encoding/res_latex \
   t/results/html_tests/mathjax_with_texinfo_html_text.pl \
   t/results/html_tests/mathjax_with_texinfo_no_convert_to_latex.pl \
   t/results/html_tests/no_use_iso.pl \
   t/results/html_tests/node_footnote_end.pl \
-  t/results/html_tests/node_footnote_end/res_html/node_footnote.html \
+  t/results/html_tests/node_footnote_end/res_html \
   t/results/html_tests/node_footnote_separated.pl \
-  t/results/html_tests/node_footnote_separated/res_html/node_footnote.html \
+  t/results/html_tests/node_footnote_separated/res_html \
   t/results/html_tests/node_footnote_use_node.pl \
-  t/results/html_tests/node_footnote_use_node/res_html/a.html \
-  t/results/html_tests/node_footnote_use_node/res_html/chapter.html \
-  t/results/html_tests/node_footnote_use_node/res_html/index.html \
+  t/results/html_tests/node_footnote_use_node/res_html \
   t/results/html_tests/node_footnote_use_node_separate.pl \
-  t/results/html_tests/node_footnote_use_node_separate/res_html/a.html \
-  t/results/html_tests/node_footnote_use_node_separate/res_html/chapter.html \
-  t/results/html_tests/node_footnote_use_node_separate/res_html/index.html \
-  
t/results/html_tests/node_footnote_use_node_separate/res_html/node_footnote_fot.html
 \
+  t/results/html_tests/node_footnote_use_node_separate/res_html \
   t/results/html_tests/raw_html.pl \
   t/results/html_tests/redirection_same_labels.pl \
-  t/results/html_tests/redirection_same_labels/res_html/circumflex.html \
-  t/results/html_tests/redirection_same_labels/res_html/i.html \
-  t/results/html_tests/redirection_same_labels/res_html/index.html \
-  t/results/html_tests/redirection_same_labels/res_html/umlaut.html \
+  t/results/html_tests/redirection_same_labels/res_html \
   t/results/html_tests/ref_in_preformatted.pl \
   t/results/html_tests/sectioning_frames.pl \
-  t/results/html_tests/sectioning_frames/res_html/First-node.html \
-  
t/results/html_tests/sectioning_frames/res_html/Last-node-no-description.html \
-  t/results/html_tests/sectioning_frames/res_html/Second-node.html \
-  t/results/html_tests/sectioning_frames/res_html/Third-node-unnumbered.html \
-  t/results/html_tests/sectioning_frames/res_html/between-node.html \
-  t/results/html_tests/sectioning_frames/res_html/index.html \
-  t/results/html_tests/sectioning_frames/res_html/numbered-sub.html \
-  t/results/html_tests/sectioning_frames/res_html/numbered-sub2.html \
-  t/results/html_tests/sectioning_frames/res_html/numbered-sub3.html \
-  t/results/html_tests/sectioning_frames/res_html/numbered.html \
-  t/results/html_tests/sectioning_frames/res_html/sectioning_abt.html \
-  t/results/html_tests/sectioning_frames/res_html/sectioning_frame.html \
-  t/results/html_tests/sectioning_frames/res_html/sectioning_ovr.html \
-  t/results/html_tests/sectioning_frames/res_html/sectioning_toc.html \
-  t/results/html_tests/sectioning_frames/res_html/sectioning_toc_frame.html \
-  t/results/html_tests/sectioning_frames/res_html/unnumbered-sub.html \
-  t/results/html_tests/sectioning_frames/res_html/unnumbered-sub2.html \
-  t/results/html_tests/sectioning_frames/res_html/unnumbered.html \
-  t/results/html_tests/sectioning_frames/res_html/unnumbered2.html \
+  t/results/html_tests/sectioning_frames/res_html \
   t/results/html_tests/shortcontents_no_top.pl \
   t/results/html_tests/shorttitlepage.pl \
   t/results/html_tests/simple_menu.pl \
   t/results/html_tests/simple_menu_in_example.pl \
   t/results/html_tests/simplest_test_date_in_header.pl \
-  t/results/html_tests/simplest_test_date_in_header/res_html/simplest.html \
+  t/results/html_tests/simplest_test_date_in_header/res_html \
   t/results/html_tests/split_html_text.pl \
   t/results/html_tests/test_accents_sc_default.pl \
-  t/results/html_tests/test_accents_sc_default/res_html/index.html \
-  t/results/html_tests/test_accents_sc_default/res_html/node-chap.html \
+  t/results/html_tests/test_accents_sc_default/res_html \
   t/results/html_tests/test_accents_sc_default_latin1.pl \
-  t/results/html_tests/test_accents_sc_default_latin1/res_html/index.html \
-  t/results/html_tests/test_accents_sc_default_latin1/res_html/node-chap.html \
+  t/results/html_tests/test_accents_sc_default_latin1/res_html \
   t/results/html_tests/test_accents_sc_default_usascii.pl \
-  t/results/html_tests/test_accents_sc_default_usascii/res_html/index.html \
-  t/results/html_tests/test_accents_sc_default_usascii/res_html/node-chap.html 
\
+  t/results/html_tests/test_accents_sc_default_usascii/res_html \
   t/results/html_tests/test_accents_sc_enable_encoding.pl \
-  t/results/html_tests/test_accents_sc_enable_encoding/res_html/index.html \
-  t/results/html_tests/test_accents_sc_enable_encoding/res_html/node-chap.html 
\
+  t/results/html_tests/test_accents_sc_enable_encoding/res_html \
   t/results/html_tests/test_accents_sc_enable_encoding_latin1.pl \
-  
t/results/html_tests/test_accents_sc_enable_encoding_latin1/res_html/index.html 
\
-  
t/results/html_tests/test_accents_sc_enable_encoding_latin1/res_html/node-chap.html
 \
+  t/results/html_tests/test_accents_sc_enable_encoding_latin1/res_html \
   t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_latin1.pl \
-  
t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_latin1/res_html/index.html
 \
-  
t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_latin1/res_html/node-chap.html
 \
+  t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_latin1/res_html 
\
   t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_usascii.pl \
-  
t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_usascii/res_html/index.html
 \
-  
t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_usascii/res_html/node-chap.html
 \
+  
t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_usascii/res_html \
   t/results/html_tests/test_accents_sc_enable_encoding_usascii.pl \
-  
t/results/html_tests/test_accents_sc_enable_encoding_usascii/res_html/index.html
 \
-  
t/results/html_tests/test_accents_sc_enable_encoding_usascii/res_html/node-chap.html
 \
+  t/results/html_tests/test_accents_sc_enable_encoding_usascii/res_html \
   t/results/html_tests/test_accents_sc_to_utf8_latin1.pl \
-  t/results/html_tests/test_accents_sc_to_utf8_latin1/res_html/index.html \
-  t/results/html_tests/test_accents_sc_to_utf8_latin1/res_html/node-chap.html \
+  t/results/html_tests/test_accents_sc_to_utf8_latin1/res_html \
   t/results/html_tests/test_accents_sc_use_numeric_entity.pl \
-  t/results/html_tests/test_accents_sc_use_numeric_entity/res_html/index.html \
-  
t/results/html_tests/test_accents_sc_use_numeric_entity/res_html/node-chap.html 
\
+  t/results/html_tests/test_accents_sc_use_numeric_entity/res_html \
   t/results/html_tests/test_xrefautomaticsectiontitle.pl \
   t/results/html_tests/test_xrefautomaticsectiontitle_off_first.pl \
   t/results/html_tests/tex_expanded_in_copying.pl \
@@ -793,29 +637,17 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/html_tests/verbatim_in_multitable_in_example.pl \
   t/results/html_tests/xml_protected_in_verb.pl \
   t/results/htmlxref/htmlxref.pl \
-  t/results/htmlxref/htmlxref/res_html/test_refs.html \
+  t/results/htmlxref/htmlxref/res_html \
   t/results/htmlxref/htmlxref_nodes.pl \
-  
t/results/htmlxref/htmlxref_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html
 \
-  
t/results/htmlxref/htmlxref_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html
 \
-  t/results/htmlxref/htmlxref_nodes/res_html/index.html \
-  t/results/htmlxref/htmlxref_nodes/res_html/local-node.html \
-  t/results/htmlxref/htmlxref_nodes/res_html/other-nodes.html \
+  t/results/htmlxref/htmlxref_nodes/res_html \
   t/results/htmlxref/htmlxref_only_mono.pl \
-  t/results/htmlxref/htmlxref_only_mono/res_html/test_refs.html \
+  t/results/htmlxref/htmlxref_only_mono/res_html \
   t/results/htmlxref/htmlxref_only_mono_nodes.pl \
-  
t/results/htmlxref/htmlxref_only_mono_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html
 \
-  
t/results/htmlxref/htmlxref_only_mono_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html
 \
-  t/results/htmlxref/htmlxref_only_mono_nodes/res_html/index.html \
-  t/results/htmlxref/htmlxref_only_mono_nodes/res_html/local-node.html \
-  t/results/htmlxref/htmlxref_only_mono_nodes/res_html/other-nodes.html \
+  t/results/htmlxref/htmlxref_only_mono_nodes/res_html \
   t/results/htmlxref/htmlxref_only_split.pl \
-  t/results/htmlxref/htmlxref_only_split/res_html/test_refs.html \
+  t/results/htmlxref/htmlxref_only_split/res_html \
   t/results/htmlxref/htmlxref_only_split_nodes.pl \
-  
t/results/htmlxref/htmlxref_only_split_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html
 \
-  
t/results/htmlxref/htmlxref_only_split_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html
 \
-  t/results/htmlxref/htmlxref_only_split_nodes/res_html/index.html \
-  t/results/htmlxref/htmlxref_only_split_nodes/res_html/local-node.html \
-  t/results/htmlxref/htmlxref_only_split_nodes/res_html/other-nodes.html \
+  t/results/htmlxref/htmlxref_only_split_nodes/res_html \
   t/results/include/cpp_line_before_first_node.pl \
   t/results/include/cpp_line_latin1.pl \
   t/results/include/cpp_lines.pl \
@@ -847,29 +679,29 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/indices/empty_index_entry.pl \
   t/results/indices/empty_string_index_entry.pl \
   t/results/indices/encoding_index_ascii.pl \
-  t/results/indices/encoding_index_ascii/res_html/index.html \
-  t/results/indices/encoding_index_ascii/res_info/encoding_index_ascii.info \
-  
t/results/indices/encoding_index_ascii/res_plaintext/encoding_index_ascii.txt \
+  t/results/indices/encoding_index_ascii/res_html \
+  t/results/indices/encoding_index_ascii/res_info \
+  t/results/indices/encoding_index_ascii/res_plaintext \
   t/results/indices/encoding_index_ascii_enable_encoding.pl \
-  t/results/indices/encoding_index_ascii_enable_encoding/res_html/index.html \
-  
t/results/indices/encoding_index_ascii_enable_encoding/res_info/encoding_index_ascii_enable_encoding.info
 \
-  
t/results/indices/encoding_index_ascii_enable_encoding/res_plaintext/encoding_index_ascii_enable_encoding.txt
 \
+  t/results/indices/encoding_index_ascii_enable_encoding/res_html \
+  t/results/indices/encoding_index_ascii_enable_encoding/res_info \
+  t/results/indices/encoding_index_ascii_enable_encoding/res_plaintext \
   t/results/indices/encoding_index_latin1.pl \
-  t/results/indices/encoding_index_latin1/res_html/index.html \
-  t/results/indices/encoding_index_latin1/res_info/encoding_index_latin1.info \
-  
t/results/indices/encoding_index_latin1/res_plaintext/encoding_index_latin1.txt 
\
+  t/results/indices/encoding_index_latin1/res_html \
+  t/results/indices/encoding_index_latin1/res_info \
+  t/results/indices/encoding_index_latin1/res_plaintext \
   t/results/indices/encoding_index_latin1_enable_encoding.pl \
-  t/results/indices/encoding_index_latin1_enable_encoding/res_html/index.html \
-  
t/results/indices/encoding_index_latin1_enable_encoding/res_info/encoding_index_latin1.info
 \
-  
t/results/indices/encoding_index_latin1_enable_encoding/res_plaintext/encoding_index_latin1_enable_encoding.txt
 \
+  t/results/indices/encoding_index_latin1_enable_encoding/res_html \
+  t/results/indices/encoding_index_latin1_enable_encoding/res_info \
+  t/results/indices/encoding_index_latin1_enable_encoding/res_plaintext \
   t/results/indices/encoding_index_utf8.pl \
-  t/results/indices/encoding_index_utf8/res_html/index.html \
-  t/results/indices/encoding_index_utf8/res_info/encoding_index_utf8.info \
-  t/results/indices/encoding_index_utf8/res_plaintext/encoding_index_utf8.txt \
+  t/results/indices/encoding_index_utf8/res_html \
+  t/results/indices/encoding_index_utf8/res_info \
+  t/results/indices/encoding_index_utf8/res_plaintext \
   t/results/indices/encoding_index_utf8_enable_encoding.pl \
-  t/results/indices/encoding_index_utf8_enable_encoding/res_html/index.html \
-  
t/results/indices/encoding_index_utf8_enable_encoding/res_info/encoding_index_utf8.info
 \
-  
t/results/indices/encoding_index_utf8_enable_encoding/res_plaintext/encoding_index_utf8_enable_encoding.txt
 \
+  t/results/indices/encoding_index_utf8_enable_encoding/res_html \
+  t/results/indices/encoding_index_utf8_enable_encoding/res_info \
+  t/results/indices/encoding_index_utf8_enable_encoding/res_plaintext \
   t/results/indices/explicit_sort_key.pl \
   t/results/indices/ftable_vtable.pl \
   t/results/indices/ignored_sort_char_empty_entries.pl \
@@ -885,183 +717,68 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/indices/index_entry_in_footnote_sections_separate.pl \
   t/results/indices/index_entry_in_footnote_separate.pl \
   t/results/indices/index_no_node.pl \
-  t/results/indices/index_no_node/res_html/Chapter-2.html \
-  t/results/indices/index_no_node/res_html/Chapter.html \
-  t/results/indices/index_no_node/res_html/index.html \
-  t/results/indices/index_no_node/res_html/unnumbered.html \
+  t/results/indices/index_no_node/res_html \
   t/results/indices/index_no_node_no_top.pl \
   t/results/indices/index_no_node_no_top_no_node.pl \
   t/results/indices/index_nodes.pl \
-  t/results/indices/index_nodes/res_html/a-node.html \
-  t/results/indices/index_nodes/res_html/another.html \
-  t/results/indices/index_nodes/res_html/first.html \
-  t/results/indices/index_nodes/res_html/index.html \
-  t/results/indices/index_nodes/res_html/second.html \
-  t/results/indices/index_nodes/res_info/index_nodes \
-  t/results/indices/index_nodes/res_plaintext/index_nodes.txt \
+  t/results/indices/index_nodes/res_html \
+  t/results/indices/index_nodes/res_info \
+  t/results/indices/index_nodes/res_plaintext \
   t/results/indices/index_nodes_no_split_no_use_nodes.pl \
-  
t/results/indices/index_nodes_no_split_no_use_nodes/res_html/index_nodes.html \
-  
t/results/indices/index_nodes_no_split_no_use_nodes/res_plaintext/index_nodes_no_split_no_use_nodes.txt
 \
+  t/results/indices/index_nodes_no_split_no_use_nodes/res_html \
+  t/results/indices/index_nodes_no_split_no_use_nodes/res_plaintext \
   t/results/indices/index_special_region.pl \
-  t/results/indices/index_special_region/res_html/Copying-and-indices.html \
-  t/results/indices/index_special_region/res_html/Copying-information.html \
-  t/results/indices/index_special_region/res_html/Public-domain-reference.html 
\
-  t/results/indices/index_special_region/res_html/index.html \
-  t/results/indices/index_special_region/res_info/index_special_region.info \
-  
t/results/indices/index_special_region/res_plaintext/index_special_region.txt \
+  t/results/indices/index_special_region/res_html \
+  t/results/indices/index_special_region/res_info \
+  t/results/indices/index_special_region/res_plaintext \
   t/results/indices/index_special_region_no_insertcopying.pl \
-  
t/results/indices/index_special_region_no_insertcopying/res_html/Copying-and-indices.html
 \
-  t/results/indices/index_special_region_no_insertcopying/res_html/index.html \
-  
t/results/indices/index_special_region_no_insertcopying/res_info/index_special_region_no_insertcopying.info
 \
-  
t/results/indices/index_special_region_no_insertcopying/res_plaintext/index_special_region_no_insertcopying.txt
 \
+  t/results/indices/index_special_region_no_insertcopying/res_html \
+  t/results/indices/index_special_region_no_insertcopying/res_info \
+  t/results/indices/index_special_region_no_insertcopying/res_plaintext \
   
t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes.pl
 \
-  
t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes/res_html/Chapter.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes/res_html/Copying-and-indices.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes/res_html/Public-domain-reference.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes/res_html/Titlepage-footnote-anchor.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes/res_html/index.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes/res_html/index_special_region_no_insertcopying_toc.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes/res_plaintext/index_special_region_no_insertcopying_no_titlepage_no_nodes.txt
 \
+  
t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes/res_html
 \
+  
t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes/res_plaintext
 \
   
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes.pl \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_html/Chapter.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_html/Copying-and-indices.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_html/Copying-information.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_html/Public-domain-reference.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_html/Titlepage-anchor.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_html/Titlepage-footnote-anchor.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_html/index.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_html/index_special_region_no_insertcopying_fot.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_html/index_special_region_no_insertcopying_toc.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_info/index_special_region_no_insertcopying.info
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_plaintext/index_special_region_no_insertcopying_titlepage_no_nodes.txt
 \
+  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_html
 \
+  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_info
 \
+  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes/res_plaintext
 \
   
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default.pl
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default/res_html/Chapter.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default/res_html/Copying-and-indices.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default/res_html/Copying-information.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default/res_html/Public-domain-reference.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default/res_html/Titlepage-anchor.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default/res_html/Titlepage-footnote-anchor.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default/res_html/index.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default/res_html/index_special_region_no_insertcopying_toc.html
 \
-  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default/res_plaintext/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default.txt
 \
+  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default/res_html
 \
+  
t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default/res_plaintext
 \
   t/results/indices/index_special_region_no_titlepage_no_nodes.pl \
-  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Chapter.html
 \
-  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Copying-and-indices.html
 \
-  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Copying-information.html
 \
-  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Public-domain-reference.html
 \
-  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Titlepage-footnote-anchor.html
 \
-  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index.html
 \
-  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index_special_region_fot.html
 \
-  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index_special_region_toc.html
 \
-  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_plaintext/index_special_region_no_titlepage_no_nodes.txt
 \
+  t/results/indices/index_special_region_no_titlepage_no_nodes/res_html \
+  t/results/indices/index_special_region_no_titlepage_no_nodes/res_plaintext \
   t/results/indices/index_special_region_titlepage_no_nodes.pl \
-  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/Chapter.html 
\
-  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/Copying-and-indices.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/Copying-information.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/Public-domain-reference.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/Titlepage-anchor.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/Titlepage-footnote-anchor.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/index.html \
-  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/index_special_region_fot.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/index_special_region_toc.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes/res_info/index_special_region.info
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes/res_plaintext/index_special_region_titlepage_no_nodes.txt
 \
+  t/results/indices/index_special_region_titlepage_no_nodes/res_html \
+  t/results/indices/index_special_region_titlepage_no_nodes/res_info \
+  t/results/indices/index_special_region_titlepage_no_nodes/res_plaintext \
   
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default.pl \
-  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Chapter.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Copying-and-indices.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Copying-information.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Public-domain-reference.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Titlepage-anchor.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Titlepage-footnote-anchor.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/index.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/index_special_region_toc.html
 \
-  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_plaintext/index_special_region_titlepage_no_nodes_footnotes_default.txt
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_plaintext
 \
   t/results/indices/index_split.pl \
-  t/results/indices/index_split/res_html/first.html \
-  t/results/indices/index_split/res_html/index.html \
-  t/results/indices/index_split/res_html/node-2-in-section-3.html \
-  t/results/indices/index_split/res_html/node-3-in-section-3.html \
-  t/results/indices/index_split/res_html/node-in-section-3.html \
-  t/results/indices/index_split/res_html/second-chapter.html \
-  t/results/indices/index_split/res_html/section-1.html \
-  t/results/indices/index_split/res_html/section-2.html \
-  t/results/indices/index_split/res_html/section-3.html \
-  t/results/indices/index_split/res_html/subsection-1.html \
-  t/results/indices/index_split/res_html/subsection-2.html \
+  t/results/indices/index_split/res_html \
   t/results/indices/index_split_split_chapter_no_nodes.pl \
-  t/results/indices/index_split_split_chapter_no_nodes/res_html/first.html \
-  t/results/indices/index_split_split_chapter_no_nodes/res_html/index.html \
-  
t/results/indices/index_split_split_chapter_no_nodes/res_html/node-2-in-section-3.html
 \
-  
t/results/indices/index_split_split_chapter_no_nodes/res_html/node-3-in-section-3.html
 \
-  
t/results/indices/index_split_split_chapter_no_nodes/res_html/node-in-section-3.html
 \
-  
t/results/indices/index_split_split_chapter_no_nodes/res_html/second-chapter.html
 \
-  t/results/indices/index_split_split_chapter_no_nodes/res_html/section-1.html 
\
-  t/results/indices/index_split_split_chapter_no_nodes/res_html/section-2.html 
\
-  t/results/indices/index_split_split_chapter_no_nodes/res_html/section-3.html 
\
-  
t/results/indices/index_split_split_chapter_no_nodes/res_html/subsection-1.html 
\
-  
t/results/indices/index_split_split_chapter_no_nodes/res_html/subsection-2.html 
\
+  t/results/indices/index_split_split_chapter_no_nodes/res_html \
   t/results/indices/index_table.pl \
-  t/results/indices/index_table/res_html/index.html \
-  t/results/indices/index_table/res_html/indices-refs.html \
-  t/results/indices/index_table/res_html/node-with-ftable-and-vtable.html \
-  t/results/indices/index_table/res_html/node-with-printindex.html \
-  t/results/indices/index_table/res_html/node.html \
-  t/results/indices/index_table/res_info/index_table.info \
-  t/results/indices/index_table/res_plaintext/index_table.txt \
+  t/results/indices/index_table/res_html \
+  t/results/indices/index_table/res_info \
+  t/results/indices/index_table/res_plaintext \
   t/results/indices/index_table_chapter_no_node.pl \
-  t/results/indices/index_table_chapter_no_node/res_html/index.html \
-  t/results/indices/index_table_chapter_no_node/res_html/indices-refs.html \
-  
t/results/indices/index_table_chapter_no_node/res_html/node-with-ftable-and-vtable.html
 \
-  
t/results/indices/index_table_chapter_no_node/res_html/node-with-printindex.html
 \
-  t/results/indices/index_table_chapter_no_node/res_html/node.html \
-  
t/results/indices/index_table_chapter_no_node/res_plaintext/index_table_chapter_no_node.txt
 \
+  t/results/indices/index_table_chapter_no_node/res_html \
+  t/results/indices/index_table_chapter_no_node/res_plaintext \
   t/results/indices/multiple_index_text_sortas_seeentry_seealso.pl \
   t/results/indices/nodes_before_top.pl \
-  t/results/indices/nodes_before_top/res_html/a-node.html \
-  t/results/indices/nodes_before_top/res_html/another.html \
-  t/results/indices/nodes_before_top/res_html/first-before-top.html \
-  t/results/indices/nodes_before_top/res_html/first.html \
-  t/results/indices/nodes_before_top/res_html/index.html \
-  t/results/indices/nodes_before_top/res_html/node-in-menu-before-top.html \
-  t/results/indices/nodes_before_top/res_html/second.html \
+  t/results/indices/nodes_before_top/res_html \
   t/results/indices/nodes_before_top_and_sections_chapter.pl \
-  t/results/indices/nodes_before_top_and_sections_chapter/res_html/a-node.html 
\
-  
t/results/indices/nodes_before_top_and_sections_chapter/res_html/another.html \
-  
t/results/indices/nodes_before_top_and_sections_chapter/res_html/chapter.html \
-  
t/results/indices/nodes_before_top_and_sections_chapter/res_html/first-before-top.html
 \
-  t/results/indices/nodes_before_top_and_sections_chapter/res_html/first.html \
-  t/results/indices/nodes_before_top_and_sections_chapter/res_html/index.html \
-  
t/results/indices/nodes_before_top_and_sections_chapter/res_html/node-in-chapter.html
 \
-  
t/results/indices/nodes_before_top_and_sections_chapter/res_html/node-in-menu-before-top.html
 \
-  t/results/indices/nodes_before_top_and_sections_chapter/res_html/second.html 
\
+  t/results/indices/nodes_before_top_and_sections_chapter/res_html \
   t/results/indices/nodes_before_top_and_sections_chapter_no_node.pl \
-  
t/results/indices/nodes_before_top_and_sections_chapter_no_node/res_html/a-node.html
 \
-  
t/results/indices/nodes_before_top_and_sections_chapter_no_node/res_html/another.html
 \
-  
t/results/indices/nodes_before_top_and_sections_chapter_no_node/res_html/chapter.html
 \
-  
t/results/indices/nodes_before_top_and_sections_chapter_no_node/res_html/first-before-top.html
 \
-  
t/results/indices/nodes_before_top_and_sections_chapter_no_node/res_html/first.html
 \
-  
t/results/indices/nodes_before_top_and_sections_chapter_no_node/res_html/index.html
 \
-  
t/results/indices/nodes_before_top_and_sections_chapter_no_node/res_html/node-in-chapter.html
 \
-  
t/results/indices/nodes_before_top_and_sections_chapter_no_node/res_html/node-in-menu-before-top.html
 \
-  
t/results/indices/nodes_before_top_and_sections_chapter_no_node/res_html/second.html
 \
+  t/results/indices/nodes_before_top_and_sections_chapter_no_node/res_html \
   t/results/indices/nodes_before_top_and_sections_unsplit_no_nodes.pl \
-  
t/results/indices/nodes_before_top_and_sections_unsplit_no_nodes/res_html/nodes_before_top_and_sections.html
 \
+  t/results/indices/nodes_before_top_and_sections_unsplit_no_nodes/res_html \
   t/results/indices/nodes_before_top_split_chapter.pl \
-  t/results/indices/nodes_before_top_split_chapter/res_html/a-node.html \
-  t/results/indices/nodes_before_top_split_chapter/res_html/another.html \
-  
t/results/indices/nodes_before_top_split_chapter/res_html/first-before-top.html 
\
-  t/results/indices/nodes_before_top_split_chapter/res_html/first.html \
-  t/results/indices/nodes_before_top_split_chapter/res_html/index.html \
-  
t/results/indices/nodes_before_top_split_chapter/res_html/node-in-menu-before-top.html
 \
-  t/results/indices/nodes_before_top_split_chapter/res_html/second.html \
+  t/results/indices/nodes_before_top_split_chapter/res_html \
   t/results/indices/nodes_before_top_split_chapter_no_nodes.pl \
-  
t/results/indices/nodes_before_top_split_chapter_no_nodes/res_html/a-node.html \
-  
t/results/indices/nodes_before_top_split_chapter_no_nodes/res_html/another.html 
\
-  
t/results/indices/nodes_before_top_split_chapter_no_nodes/res_html/first-before-top.html
 \
-  
t/results/indices/nodes_before_top_split_chapter_no_nodes/res_html/first.html \
-  
t/results/indices/nodes_before_top_split_chapter_no_nodes/res_html/index.html \
-  
t/results/indices/nodes_before_top_split_chapter_no_nodes/res_html/node-in-menu-before-top.html
 \
-  
t/results/indices/nodes_before_top_split_chapter_no_nodes/res_html/second.html \
+  t/results/indices/nodes_before_top_split_chapter_no_nodes/res_html \
   t/results/indices/print_merged_index.pl \
   t/results/indices/printindex_before_document.pl \
   t/results/indices/printindex_between_node_section.pl \
@@ -1078,10 +795,7 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/indices/seeentry.pl \
   t/results/indices/sorted_subentries.pl \
   t/results/indices/split_chapter_index.pl \
-  t/results/indices/split_chapter_index/res_html/first.html \
-  t/results/indices/split_chapter_index/res_html/index.html \
-  t/results/indices/split_chapter_index/res_html/section-1.html \
-  t/results/indices/split_chapter_index/res_html/subsection-1.html \
+  t/results/indices/split_chapter_index/res_html \
   t/results/indices/subentries.pl \
   t/results/indices/subentry_and_sortas.pl \
   t/results/indices/subentry_and_sortas_spaces.pl \
@@ -1100,21 +814,19 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/info_tests/center_flush.pl \
   t/results/info_tests/colon_in_index_entry.pl \
   t/results/info_tests/colons_in_index_entries_and_node.pl \
-  
t/results/info_tests/colons_in_index_entries_and_node/res_info/colons_in_index_entries_and_node.info
 \
+  t/results/info_tests/colons_in_index_entries_and_node/res_info \
   t/results/info_tests/colons_in_index_entries_and_node_no_quoting.pl \
-  
t/results/info_tests/colons_in_index_entries_and_node_no_quoting/res_info/colons_in_index_entries_and_node_no_quoting.info
 \
+  t/results/info_tests/colons_in_index_entries_and_node_no_quoting/res_info \
   t/results/info_tests/def_in_copying.pl \
   t/results/info_tests/direntry_dircategory.pl \
-  t/results/info_tests/direntry_dircategory/res_info/direntry_dircategory.info 
\
-  
t/results/info_tests/direntry_dircategory/res_info/direntry_dircategory.info-1 \
-  
t/results/info_tests/direntry_dircategory/res_info/direntry_dircategory.info-2 \
+  t/results/info_tests/direntry_dircategory/res_info \
   t/results/info_tests/direntry_dircategory_and_commands.pl \
   t/results/info_tests/empty_arguments.pl \
   t/results/info_tests/empty_caption.pl \
   t/results/info_tests/empty_copying_not_ended.pl \
   t/results/info_tests/encoding_us_ascii.pl \
   t/results/info_tests/end_of_line_command_in_node_lines.pl \
-  
t/results/info_tests/end_of_line_command_in_node_lines/res_info/end_of_line_command_in_node_lines.info
 \
+  t/results/info_tests/end_of_line_command_in_node_lines/res_info \
   t/results/info_tests/error_in_footnote.pl \
   t/results/info_tests/file_only_png.pl \
   t/results/info_tests/float_long_captions.pl \
@@ -1150,26 +862,20 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/info_tests/paragraphindent_not_in_preamble.pl \
   t/results/info_tests/pxref_test.pl \
   t/results/info_tests/quote_node_names_info.pl \
-  t/results/info_tests/quote_node_names_info/res_info/nodequote.info \
+  t/results/info_tests/quote_node_names_info/res_info \
   t/results/info_tests/ref_tests.pl \
   t/results/info_tests/space_at_menu_end.pl \
   t/results/info_tests/space_in_menu.pl \
   t/results/info_tests/space_in_setfilename.pl \
   t/results/info_tests/split_no_copying.pl \
   t/results/info_tests/split_nocopying.pl \
-  t/results/info_tests/split_nocopying/res_info/split_nocopying.info \
+  t/results/info_tests/split_nocopying/res_info \
   t/results/info_tests/split_nocopying_split.pl \
-  t/results/info_tests/split_nocopying_split/res_info/split_nocopying.info \
-  t/results/info_tests/split_nocopying_split/res_info/split_nocopying.info-1 \
-  t/results/info_tests/split_nocopying_split/res_info/split_nocopying.info-2 \
+  t/results/info_tests/split_nocopying_split/res_info \
   t/results/info_tests/split_test_before_first_node.pl \
-  
t/results/info_tests/split_test_before_first_node/res_info/split_test_before_first_node.info
 \
-  
t/results/info_tests/split_test_before_first_node/res_info/split_test_before_first_node.info-1
 \
-  
t/results/info_tests/split_test_before_first_node/res_info/split_test_before_first_node.info-2
 \
+  t/results/info_tests/split_test_before_first_node/res_info \
   t/results/info_tests/split_test_before_first_node_no_empty_line.pl \
-  
t/results/info_tests/split_test_before_first_node_no_empty_line/res_info/split_test_before_first_node_no_empty_line.info
 \
-  
t/results/info_tests/split_test_before_first_node_no_empty_line/res_info/split_test_before_first_node_no_empty_line.info-1
 \
-  
t/results/info_tests/split_test_before_first_node_no_empty_line/res_info/split_test_before_first_node_no_empty_line.info-2
 \
+  t/results/info_tests/split_test_before_first_node_no_empty_line/res_info \
   t/results/info_tests/test_index.pl \
   t/results/info_tests/text_before_node.pl \
   t/results/info_tests/top_node_normalization.pl \
@@ -1178,27 +884,16 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/info_tests/unknown_encoding.pl \
   t/results/info_tests/xref_test.pl \
   t/results/init_files_tests/customize_special_element.pl \
-  
t/results/init_files_tests/customize_special_element/res_html/Chapter-fr.html \
-  t/results/init_files_tests/customize_special_element/res_html/Chapter.html \
-  
t/results/init_files_tests/customize_special_element/res_html/customize_special_element_fot.html
 \
-  t/results/init_files_tests/customize_special_element/res_html/index.html \
+  t/results/init_files_tests/customize_special_element/res_html \
   t/results/init_files_tests/customize_translations.pl \
-  t/results/init_files_tests/customize_translations/res_html/Chapter-de.html \
-  t/results/init_files_tests/customize_translations/res_html/Chapter-fr.html \
-  t/results/init_files_tests/customize_translations/res_html/Chapter.html \
-  t/results/init_files_tests/customize_translations/res_html/Last-chapter.html 
\
-  t/results/init_files_tests/customize_translations/res_html/index.html \
-  t/results/init_files_tests/customize_translations/res_html/section-fr.html \
+  t/results/init_files_tests/customize_translations/res_html \
   t/results/init_files_tests/documentation_examples.pl \
-  
t/results/init_files_tests/documentation_examples/res_html/documentation_examples_fot.html
 \
-  t/results/init_files_tests/documentation_examples/res_html/index.html \
-  
t/results/init_files_tests/documentation_examples/res_html/prepended_to_filenames-my-node.html
 \
+  t/results/init_files_tests/documentation_examples/res_html \
   t/results/init_files_tests/macro_defined_txiinternalvalue_in_translation.pl \
   t/results/init_files_tests/modified_translation.pl \
   t/results/init_files_tests/redefined_need.pl \
   t/results/init_files_tests/undefined_node_filename.pl \
-  t/results/init_files_tests/undefined_node_filename/res_html/Other.html \
-  t/results/init_files_tests/undefined_node_filename/res_html/index.html \
+  t/results/init_files_tests/undefined_node_filename/res_html \
   t/results/invalid_nestings/accents.pl \
   t/results/invalid_nestings/bad_style_nesting.pl \
   t/results/invalid_nestings/bad_tab_nesting.pl \
@@ -1282,9 +977,9 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/itemize/headitem_itemx_in_enumerate.pl \
   t/results/itemize/headitem_itemx_in_itemize.pl \
   t/results/itemize/inter_item_commands_in_enumerate.pl \
-  
t/results/itemize/inter_item_commands_in_enumerate/res_latex/inter_item_commands_in_enumerate.tex
 \
+  t/results/itemize/inter_item_commands_in_enumerate/res_latex \
   t/results/itemize/inter_item_commands_in_itemize.pl \
-  
t/results/itemize/inter_item_commands_in_itemize/res_latex/inter_item_commands_in_itemize.tex
 \
+  t/results/itemize/inter_item_commands_in_itemize/res_latex \
   t/results/itemize/itemize_and_empty_lines.pl \
   t/results/itemize/itemize_in_example.pl \
   t/results/itemize/itemize_line_commands_with_brace.pl \
@@ -1297,25 +992,25 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/languages/appendix_translated.pl \
   t/results/languages/command_translated.pl \
   t/results/languages/documentlanguage.pl \
-  t/results/languages/documentlanguage/res_html/documentlanguage.html \
-  t/results/languages/documentlanguage/res_info/documentlanguage.info \
+  t/results/languages/documentlanguage/res_html \
+  t/results/languages/documentlanguage/res_info \
   t/results/languages/documentlanguage_option.pl \
-  t/results/languages/documentlanguage_option/res_html/documentlanguage.html \
-  t/results/languages/documentlanguage_option/res_info/documentlanguage.info \
+  t/results/languages/documentlanguage_option/res_html \
+  t/results/languages/documentlanguage_option/res_info \
   t/results/languages/documentlanguage_unknown.pl \
-  t/results/languages/documentlanguage_unknown/res_html/documentlanguage.html \
-  t/results/languages/documentlanguage_unknown/res_info/documentlanguage.info \
+  t/results/languages/documentlanguage_unknown/res_html \
+  t/results/languages/documentlanguage_unknown/res_info \
   t/results/languages/multiple.pl \
   t/results/languages/multiple_in_preamble.pl \
   t/results/languages/multiple_in_preamble_before_node.pl \
   t/results/languages/multiple_lang_chapters.pl \
-  
t/results/languages/multiple_lang_chapters/res_html/multiple_lang_chapters.html 
\
-  
t/results/languages/multiple_lang_chapters/res_info/multiple_lang_chapters.info 
\
+  t/results/languages/multiple_lang_chapters/res_html \
+  t/results/languages/multiple_lang_chapters/res_info \
   t/results/languages/multiple_lang_chapters_latex.pl \
-  
t/results/languages/multiple_lang_chapters_latex/res_latex/multiple_lang_chapters.tex
 \
+  t/results/languages/multiple_lang_chapters_latex/res_latex \
   t/results/languages/multiple_lang_chapters_texi2html.pl \
-  
t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html
 \
-  
t/results/languages/multiple_lang_chapters_texi2html/res_info/multiple_lang_chapters.info
 \
+  t/results/languages/multiple_lang_chapters_texi2html/res_html \
+  t/results/languages/multiple_lang_chapters_texi2html/res_info \
   t/results/languages/simple.pl \
   t/results/languages/unknown_language.pl \
   t/results/languages/unknown_region.pl \
@@ -1325,190 +1020,120 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/latex_tests/anchor_in_copying_insertcopying_titlepage.pl \
   t/results/latex_tests/anchor_in_copying_insertcopying_titlepage_chap.pl \
   t/results/latex_tests/anchor_links_xref_xrefautomaticsectiontitle.pl \
-  
t/results/latex_tests/anchor_links_xref_xrefautomaticsectiontitle/res_latex/anchor_links_xref_xrefautomaticsectiontitle.tex
 \
+  t/results/latex_tests/anchor_links_xref_xrefautomaticsectiontitle/res_latex \
   t/results/latex_tests/backslash_math.pl \
   t/results/latex_tests/brace_in_index.pl \
-  t/results/latex_tests/brace_in_index/res_latex/brace_in_index.tex \
+  t/results/latex_tests/brace_in_index/res_latex \
   t/results/latex_tests/custom_headings.pl \
-  t/results/latex_tests/custom_headings/res_latex/custom_headings.tex \
+  t/results/latex_tests/custom_headings/res_latex \
   t/results/latex_tests/customize_informative_commands.pl \
-  
t/results/latex_tests/customize_informative_commands/res_latex/customize_informative_commands.tex
 \
+  t/results/latex_tests/customize_informative_commands/res_latex \
   t/results/latex_tests/enumerate_arguments.pl \
-  t/results/latex_tests/enumerate_arguments/res_latex/enumerate_arguments.tex \
+  t/results/latex_tests/enumerate_arguments/res_latex \
   t/results/latex_tests/error_in_sectioning_command.pl \
-  
t/results/latex_tests/error_in_sectioning_command/res_latex/error_in_sectioning_command.tex
 \
+  t/results/latex_tests/error_in_sectioning_command/res_latex \
   t/results/latex_tests/example_in_cartouche.pl \
-  
t/results/latex_tests/example_in_cartouche/res_latex/example_in_cartouche.tex \
+  t/results/latex_tests/example_in_cartouche/res_latex \
   t/results/latex_tests/float_and_refs.pl \
-  t/results/latex_tests/float_and_refs/res_latex/float_and_refs.tex \
+  t/results/latex_tests/float_and_refs/res_latex \
   t/results/latex_tests/fonttextsize.pl \
-  t/results/latex_tests/fonttextsize/res_latex/fonttextsize.tex \
+  t/results/latex_tests/fonttextsize/res_latex \
   t/results/latex_tests/indices.pl \
-  t/results/latex_tests/indices/res_latex/indices.tex \
+  t/results/latex_tests/indices/res_latex \
   t/results/latex_tests/indices_disable_encoding.pl \
-  
t/results/latex_tests/indices_disable_encoding/res_latex/indices_disable_encoding.tex
 \
+  t/results/latex_tests/indices_disable_encoding/res_latex \
   t/results/latex_tests/informative_commands_in_top_node.pl \
-  
t/results/latex_tests/informative_commands_in_top_node/res_latex/informative_commands_in_top_node.tex
 \
+  t/results/latex_tests/informative_commands_in_top_node/res_latex \
   t/results/latex_tests/nested_enumerate.pl \
-  t/results/latex_tests/nested_enumerate/res_latex/nested_enumerate.tex \
+  t/results/latex_tests/nested_enumerate/res_latex \
   t/results/latex_tests/nested_itemize.pl \
-  t/results/latex_tests/nested_itemize/res_latex/nested_itemize.tex \
+  t/results/latex_tests/nested_itemize/res_latex \
   t/results/latex_tests/no_titlepage_and_setchapternewpage_odd.pl \
-  
t/results/latex_tests/no_titlepage_and_setchapternewpage_odd/res_latex/no_titlepage_and_setchapternewpage_odd.tex
 \
+  t/results/latex_tests/no_titlepage_and_setchapternewpage_odd/res_latex \
   t/results/latex_tests/no_titlepage_and_setchapternewpage_on.pl \
-  
t/results/latex_tests/no_titlepage_and_setchapternewpage_on/res_latex/no_titlepage_and_setchapternewpage_on.tex
 \
+  t/results/latex_tests/no_titlepage_and_setchapternewpage_on/res_latex \
   t/results/latex_tests/node_before_top.pl \
   t/results/latex_tests/pagesizes.pl \
-  t/results/latex_tests/pagesizes/res_latex/pagesizes.tex \
+  t/results/latex_tests/pagesizes/res_latex \
   t/results/latex_tests/pagetype.pl \
-  t/results/latex_tests/pagetype/res_latex/pagetype.tex \
+  t/results/latex_tests/pagetype/res_latex \
   t/results/latex_tests/setchapternewpage_on_odd_titlepage.pl \
-  
t/results/latex_tests/setchapternewpage_on_odd_titlepage/res_latex/setchapternewpage_on_odd_titlepage.tex
 \
+  t/results/latex_tests/setchapternewpage_on_odd_titlepage/res_latex \
   t/results/latex_tests/setchapternewpage_on_odd_titlepage_set_headings.pl \
-  
t/results/latex_tests/setchapternewpage_on_odd_titlepage_set_headings/res_latex/setchapternewpage_on_odd_titlepage_set_headings.tex
 \
+  
t/results/latex_tests/setchapternewpage_on_odd_titlepage_set_headings/res_latex 
\
   t/results/latex_tests/settitle_and_headings.pl \
-  
t/results/latex_tests/settitle_and_headings/res_latex/settitle_and_headings.tex 
\
+  t/results/latex_tests/settitle_and_headings/res_latex \
   t/results/latex_tests/shorttitlepage.pl \
-  t/results/latex_tests/shorttitlepage/res_latex/shorttitlepage.tex \
+  t/results/latex_tests/shorttitlepage/res_latex \
   t/results/latex_tests/three_setchapternewpage_on_odd_off.pl \
-  
t/results/latex_tests/three_setchapternewpage_on_odd_off/res_latex/three_setchapternewpage_on_odd_off.tex
 \
+  t/results/latex_tests/three_setchapternewpage_on_odd_off/res_latex \
   t/results/latex_tests/titlepage_and_headings.pl \
-  
t/results/latex_tests/titlepage_and_headings/res_latex/titlepage_and_headings.tex
 \
+  t/results/latex_tests/titlepage_and_headings/res_latex \
   t/results/latex_tests/titlepage_and_setchapternewpage_odd.pl \
-  
t/results/latex_tests/titlepage_and_setchapternewpage_odd/res_latex/titlepage_and_setchapternewpage_odd.tex
 \
+  t/results/latex_tests/titlepage_and_setchapternewpage_odd/res_latex \
   t/results/latex_tests/titlepage_and_setchapternewpage_on.pl \
-  
t/results/latex_tests/titlepage_and_setchapternewpage_on/res_latex/titlepage_and_setchapternewpage_on.tex
 \
+  t/results/latex_tests/titlepage_and_setchapternewpage_on/res_latex \
   t/results/latex_tests/titlepage_classical.pl \
-  t/results/latex_tests/titlepage_classical/res_latex/titlepage_classical.tex \
+  t/results/latex_tests/titlepage_classical/res_latex \
   t/results/latex_tests/titlepage_in_top_node.pl \
-  
t/results/latex_tests/titlepage_in_top_node/res_latex/titlepage_in_top_node.tex 
\
+  t/results/latex_tests/titlepage_in_top_node/res_latex \
   t/results/latex_tests/titlepage_long_title.pl \
-  
t/results/latex_tests/titlepage_long_title/res_latex/titlepage_long_title.tex \
+  t/results/latex_tests/titlepage_long_title/res_latex \
   t/results/latex_tests/titlepage_no_author.pl \
-  t/results/latex_tests/titlepage_no_author/res_latex/titlepage_no_author.tex \
+  t/results/latex_tests/titlepage_no_author/res_latex \
   t/results/latex_tests/titlepage_no_title.pl \
-  t/results/latex_tests/titlepage_no_title/res_latex/titlepage_no_title.tex \
+  t/results/latex_tests/titlepage_no_title/res_latex \
   t/results/latex_tests/titlepage_with_commands_classical.pl \
-  
t/results/latex_tests/titlepage_with_commands_classical/res_latex/titlepage_with_commands_classical.tex
 \
+  t/results/latex_tests/titlepage_with_commands_classical/res_latex \
   t/results/latex_tests/top_no_sectioning_command.pl \
   t/results/latex_tests/two_setchapternewpage_odd_on.pl \
-  
t/results/latex_tests/two_setchapternewpage_odd_on/res_latex/two_setchapternewpage_odd_on.tex
 \
+  t/results/latex_tests/two_setchapternewpage_odd_on/res_latex \
   t/results/latex_tests/two_setchapternewpage_on_odd.pl \
-  
t/results/latex_tests/two_setchapternewpage_on_odd/res_latex/two_setchapternewpage_on_odd.tex
 \
+  t/results/latex_tests/two_setchapternewpage_on_odd/res_latex \
   t/results/latex_tests/vbar_in_index.pl \
-  t/results/latex_tests/vbar_in_index/res_latex/vbar_in_index.tex \
+  t/results/latex_tests/vbar_in_index/res_latex \
   t/results/latex_tests/verb.pl \
-  t/results/latex_tests/verb/res_latex/verb.tex \
+  t/results/latex_tests/verb/res_latex \
   t/results/latex_tests/verbatim_in_smallformat.pl \
-  
t/results/latex_tests/verbatim_in_smallformat/res_latex/verbatim_in_smallformat.tex
 \
+  t/results/latex_tests/verbatim_in_smallformat/res_latex \
   t/results/layout/navigation.pl \
-  t/results/layout/navigation/res_html/navigation.html \
+  t/results/layout/navigation/res_html \
   t/results/layout/navigation_chapter.pl \
-  t/results/layout/navigation_chapter/res_html/chapter.html \
-  t/results/layout/navigation_chapter/res_html/index.html \
-  t/results/layout/navigation_chapter/res_html/navigation_abt.html \
-  t/results/layout/navigation_chapter/res_html/navigation_toc.html \
-  t/results/layout/navigation_chapter/res_html/section.html \
-  t/results/layout/navigation_chapter/res_html/subsection.html \
+  t/results/layout/navigation_chapter/res_html \
   t/results/layout/navigation_chapter_no_header.pl \
-  t/results/layout/navigation_chapter_no_header/res_html/chapter.html \
-  t/results/layout/navigation_chapter_no_header/res_html/index.html \
-  t/results/layout/navigation_chapter_no_header/res_html/navigation_abt.html \
-  t/results/layout/navigation_chapter_no_header/res_html/navigation_toc.html \
-  t/results/layout/navigation_chapter_no_header/res_html/section.html \
-  t/results/layout/navigation_chapter_no_header/res_html/subsection.html \
+  t/results/layout/navigation_chapter_no_header/res_html \
   t/results/layout/navigation_chapter_no_header_vertical.pl \
-  t/results/layout/navigation_chapter_no_header_vertical/res_html/chapter.html 
\
-  t/results/layout/navigation_chapter_no_header_vertical/res_html/index.html \
-  
t/results/layout/navigation_chapter_no_header_vertical/res_html/navigation_abt.html
 \
-  
t/results/layout/navigation_chapter_no_header_vertical/res_html/navigation_toc.html
 \
-  t/results/layout/navigation_chapter_no_header_vertical/res_html/section.html 
\
-  
t/results/layout/navigation_chapter_no_header_vertical/res_html/subsection.html 
\
+  t/results/layout/navigation_chapter_no_header_vertical/res_html \
   t/results/layout/navigation_chapter_vertical.pl \
-  t/results/layout/navigation_chapter_vertical/res_html/chapter.html \
-  t/results/layout/navigation_chapter_vertical/res_html/index.html \
-  t/results/layout/navigation_chapter_vertical/res_html/navigation_abt.html \
-  t/results/layout/navigation_chapter_vertical/res_html/navigation_toc.html \
-  t/results/layout/navigation_chapter_vertical/res_html/section.html \
-  t/results/layout/navigation_chapter_vertical/res_html/subsection.html \
+  t/results/layout/navigation_chapter_vertical/res_html \
   t/results/layout/navigation_no_header.pl \
-  t/results/layout/navigation_no_header/res_html/navigation.html \
+  t/results/layout/navigation_no_header/res_html \
   t/results/layout/navigation_no_header_vertical.pl \
-  t/results/layout/navigation_no_header_vertical/res_html/navigation.html \
+  t/results/layout/navigation_no_header_vertical/res_html \
   t/results/layout/navigation_node.pl \
-  t/results/layout/navigation_node/res_html/chapter.html \
-  t/results/layout/navigation_node/res_html/index.html \
-  t/results/layout/navigation_node/res_html/navigation_abt.html \
-  t/results/layout/navigation_node/res_html/navigation_toc.html \
-  t/results/layout/navigation_node/res_html/section.html \
-  t/results/layout/navigation_node/res_html/subsection.html \
+  t/results/layout/navigation_node/res_html \
   t/results/layout/navigation_node_no_header.pl \
-  t/results/layout/navigation_node_no_header/res_html/chapter.html \
-  t/results/layout/navigation_node_no_header/res_html/index.html \
-  t/results/layout/navigation_node_no_header/res_html/navigation_abt.html \
-  t/results/layout/navigation_node_no_header/res_html/navigation_toc.html \
-  t/results/layout/navigation_node_no_header/res_html/section.html \
-  t/results/layout/navigation_node_no_header/res_html/subsection.html \
+  t/results/layout/navigation_node_no_header/res_html \
   t/results/layout/navigation_node_no_header_vertical.pl \
-  t/results/layout/navigation_node_no_header_vertical/res_html/chapter.html \
-  t/results/layout/navigation_node_no_header_vertical/res_html/index.html \
-  
t/results/layout/navigation_node_no_header_vertical/res_html/navigation_abt.html
 \
-  
t/results/layout/navigation_node_no_header_vertical/res_html/navigation_toc.html
 \
-  t/results/layout/navigation_node_no_header_vertical/res_html/section.html \
-  t/results/layout/navigation_node_no_header_vertical/res_html/subsection.html 
\
+  t/results/layout/navigation_node_no_header_vertical/res_html \
   t/results/layout/navigation_node_vertical.pl \
-  t/results/layout/navigation_node_vertical/res_html/chapter.html \
-  t/results/layout/navigation_node_vertical/res_html/index.html \
-  t/results/layout/navigation_node_vertical/res_html/navigation_abt.html \
-  t/results/layout/navigation_node_vertical/res_html/navigation_toc.html \
-  t/results/layout/navigation_node_vertical/res_html/section.html \
-  t/results/layout/navigation_node_vertical/res_html/subsection.html \
+  t/results/layout/navigation_node_vertical/res_html \
   t/results/layout/navigation_section.pl \
-  t/results/layout/navigation_section/res_html/chapter.html \
-  t/results/layout/navigation_section/res_html/index.html \
-  t/results/layout/navigation_section/res_html/navigation_abt.html \
-  t/results/layout/navigation_section/res_html/navigation_toc.html \
-  t/results/layout/navigation_section/res_html/section.html \
-  t/results/layout/navigation_section/res_html/subsection.html \
+  t/results/layout/navigation_section/res_html \
   t/results/layout/navigation_section_no_header.pl \
-  t/results/layout/navigation_section_no_header/res_html/chapter.html \
-  t/results/layout/navigation_section_no_header/res_html/index.html \
-  t/results/layout/navigation_section_no_header/res_html/navigation_abt.html \
-  t/results/layout/navigation_section_no_header/res_html/navigation_toc.html \
-  t/results/layout/navigation_section_no_header/res_html/section.html \
-  t/results/layout/navigation_section_no_header/res_html/subsection.html \
+  t/results/layout/navigation_section_no_header/res_html \
   t/results/layout/navigation_section_no_header_vertical.pl \
-  t/results/layout/navigation_section_no_header_vertical/res_html/chapter.html 
\
-  t/results/layout/navigation_section_no_header_vertical/res_html/index.html \
-  
t/results/layout/navigation_section_no_header_vertical/res_html/navigation_abt.html
 \
-  
t/results/layout/navigation_section_no_header_vertical/res_html/navigation_toc.html
 \
-  t/results/layout/navigation_section_no_header_vertical/res_html/section.html 
\
-  
t/results/layout/navigation_section_no_header_vertical/res_html/subsection.html 
\
+  t/results/layout/navigation_section_no_header_vertical/res_html \
   t/results/layout/navigation_section_vertical.pl \
-  t/results/layout/navigation_section_vertical/res_html/chapter.html \
-  t/results/layout/navigation_section_vertical/res_html/index.html \
-  t/results/layout/navigation_section_vertical/res_html/navigation_abt.html \
-  t/results/layout/navigation_section_vertical/res_html/navigation_toc.html \
-  t/results/layout/navigation_section_vertical/res_html/section.html \
-  t/results/layout/navigation_section_vertical/res_html/subsection.html \
+  t/results/layout/navigation_section_vertical/res_html \
   t/results/layout/navigation_test_misc_file_collision.pl \
-  t/results/layout/navigation_test_misc_file_collision/res_html/chapter.html \
-  t/results/layout/navigation_test_misc_file_collision/res_html/index.html \
-  
t/results/layout/navigation_test_misc_file_collision/res_html/navigation_abt.html
 \
-  
t/results/layout/navigation_test_misc_file_collision/res_html/navigation_toc.html
 \
-  t/results/layout/navigation_test_misc_file_collision/res_html/section.html \
-  
t/results/layout/navigation_test_misc_file_collision/res_html/subsection.html \
+  t/results/layout/navigation_test_misc_file_collision/res_html \
   t/results/layout/navigation_vertical.pl \
-  t/results/layout/navigation_vertical/res_html/navigation.html \
+  t/results/layout/navigation_vertical/res_html \
   t/results/layout/no_monolithic.pl \
-  t/results/layout/no_monolithic/res_html/no_monolithic.html \
-  t/results/layout/no_monolithic/res_html/no_monolithic_abt.html \
-  t/results/layout/no_monolithic/res_html/no_monolithic_fot.html \
-  t/results/layout/no_monolithic/res_html/no_monolithic_ovr.html \
-  t/results/layout/no_monolithic/res_html/no_monolithic_toc.html \
+  t/results/layout/no_monolithic/res_html \
   t/results/layout/no_monolithic_only_toc_out.pl \
-  t/results/layout/no_monolithic_only_toc_out/res_html/no_monolithic.html \
-  t/results/layout/no_monolithic_only_toc_out/res_html/no_monolithic_toc.html \
+  t/results/layout/no_monolithic_only_toc_out/res_html \
   t/results/macro/arg_body_expansion_order.pl \
   t/results/macro/arg_not_closed.pl \
   t/results/macro/backslash_in_arg.pl \
@@ -1676,12 +1301,7 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/moresectioning/chapter_sections.pl \
   t/results/moresectioning/character_and_spaces_in_refs.pl \
   t/results/moresectioning/character_and_spaces_in_refs_out.pl \
-  
t/results/moresectioning/character_and_spaces_in_refs_out/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html
 \
-  
t/results/moresectioning/character_and_spaces_in_refs_out/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html
 \
-  
t/results/moresectioning/character_and_spaces_in_refs_out/res_html/index.html \
-  
t/results/moresectioning/character_and_spaces_in_refs_out/res_html/local-node.html
 \
-  
t/results/moresectioning/character_and_spaces_in_refs_out/res_html/node-to-avoid-DocBook-or-LaTeX-ignored.html
 \
-  
t/results/moresectioning/character_and_spaces_in_refs_out/res_html/other-nodes.html
 \
+  t/results/moresectioning/character_and_spaces_in_refs_out/res_html \
   t/results/moresectioning/complex.pl \
   t/results/moresectioning/complex_split_at_node.pl \
   t/results/moresectioning/contents.pl \
@@ -1698,7 +1318,7 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/moresectioning/more_sections_than_nodes.pl \
   t/results/moresectioning/no_element.pl \
   t/results/moresectioning/nodes_before_after_top_xref.pl \
-  
t/results/moresectioning/nodes_before_after_top_xref/res_latex/nodes_before_after_top_xref.tex
 \
+  t/results/moresectioning/nodes_before_after_top_xref/res_latex \
   t/results/moresectioning/non_automatic_internal_top_node_up.pl \
   t/results/moresectioning/non_automatic_top_node_up_and_url.pl \
   t/results/moresectioning/non_automatic_top_node_up_url.pl \
@@ -1719,15 +1339,8 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/moresectioning/top_chapter_sections.pl \
   t/results/moresectioning/top_node_up_url.pl \
   t/results/moresectioning/topic_guide.pl \
-  t/results/moresectioning/topic_guide/res_html/guide1.html \
-  t/results/moresectioning/topic_guide/res_html/guide2.html \
-  t/results/moresectioning/topic_guide/res_html/index.html \
-  t/results/moresectioning/topic_guide/res_html/topic1.html \
-  t/results/moresectioning/topic_guide/res_html/topic2.html \
-  t/results/moresectioning/topic_guide/res_html/topic3.html \
-  t/results/moresectioning/topic_guide/res_html/topic4.html \
-  t/results/moresectioning/topic_guide/res_html/topic5.html \
-  t/results/moresectioning/topic_guide/res_info/topic_guide.info \
+  t/results/moresectioning/topic_guide/res_html \
+  t/results/moresectioning/topic_guide/res_info \
   t/results/multitable/empty_headitem.pl \
   t/results/multitable/empty_item_tab.pl \
   t/results/multitable/empty_multitable_with_cells.pl \
@@ -1779,20 +1392,20 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/plaintext_tests/accents_in_var_enable_encoding.pl \
   t/results/plaintext_tests/after_punctuation_character_in_command.pl \
   t/results/plaintext_tests/all_spaces.pl \
-  t/results/plaintext_tests/all_spaces/res_plaintext/all_spaces.txt \
+  t/results/plaintext_tests/all_spaces/res_plaintext \
   t/results/plaintext_tests/anchor_and_empty_lines.pl \
   t/results/plaintext_tests/at_commands_glued_in_example.pl \
   t/results/plaintext_tests/at_commands_glued_in_paragraph.pl \
   t/results/plaintext_tests/before_accent_punctuation.pl \
   t/results/plaintext_tests/characters_and_commands_in_var.pl \
   t/results/plaintext_tests/chinese_mixed_with_en.pl \
-  
t/results/plaintext_tests/chinese_mixed_with_en/res_plaintext/chinese_mixed_with_en.txt
 \
+  t/results/plaintext_tests/chinese_mixed_with_en/res_plaintext \
   t/results/plaintext_tests/code_commands_and_punctuation.pl \
   t/results/plaintext_tests/command_brace_no_arg_punctuation.pl \
   t/results/plaintext_tests/commands_and_punctuation.pl \
   t/results/plaintext_tests/del_quote_linebreaking.pl \
   t/results/plaintext_tests/east_asian_in_w.pl \
-  t/results/plaintext_tests/east_asian_in_w/res_plaintext/east_asian_in_w.txt \
+  t/results/plaintext_tests/east_asian_in_w/res_plaintext \
   t/results/plaintext_tests/empty_line_in_example_end.pl \
   t/results/plaintext_tests/empty_multitable_in_itemize.pl \
   t/results/plaintext_tests/end_sentence_space_protected.pl \
@@ -1805,7 +1418,7 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/plaintext_tests/isolated_html_expanded.pl \
   t/results/plaintext_tests/itemize_in_headitem_in_example.pl \
   t/results/plaintext_tests/japanese_utf8.pl \
-  t/results/plaintext_tests/japanese_utf8/res_plaintext/japanese_utf8.txt \
+  t/results/plaintext_tests/japanese_utf8/res_plaintext \
   t/results/plaintext_tests/line_passed_and_formats.pl \
   t/results/plaintext_tests/lone_braces_in_inlineraw.pl \
   t/results/plaintext_tests/long_line.pl \
@@ -1821,7 +1434,7 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/plaintext_tests/no_punctuation_commands.pl \
   t/results/plaintext_tests/no_punctuation_commands_frenchspacing.pl \
   t/results/plaintext_tests/non_break_spaces.pl \
-  
t/results/plaintext_tests/non_break_spaces/res_plaintext/non_break_spaces.txt \
+  t/results/plaintext_tests/non_break_spaces/res_plaintext \
   t/results/plaintext_tests/paragraphindent.pl \
   t/results/plaintext_tests/protect_spaces_on_line.pl \
   t/results/plaintext_tests/protected_space_end_line.pl \
@@ -1841,33 +1454,33 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/plaintext_tests/punctuation_in_command_end_line.pl \
   t/results/plaintext_tests/punctuation_in_sc.pl \
   t/results/plaintext_tests/punctuation_sc_accents_ascii_punct.pl \
-  
t/results/plaintext_tests/punctuation_sc_accents_ascii_punct/res_plaintext/punctuation_sc_accents_ascii_punct.txt
 \
+  t/results/plaintext_tests/punctuation_sc_accents_ascii_punct/res_plaintext \
   t/results/plaintext_tests/punctuation_sc_accents_ascii_punct_latin1.pl \
-  
t/results/plaintext_tests/punctuation_sc_accents_ascii_punct_latin1/res_plaintext/punctuation_sc_accents_ascii_punct_latin1.txt
 \
+  
t/results/plaintext_tests/punctuation_sc_accents_ascii_punct_latin1/res_plaintext
 \
   t/results/plaintext_tests/punctuation_sc_accents_ascii_punct_usascii.pl \
-  
t/results/plaintext_tests/punctuation_sc_accents_ascii_punct_usascii/res_plaintext/punctuation_sc_accents_ascii_punct_usascii.txt
 \
+  
t/results/plaintext_tests/punctuation_sc_accents_ascii_punct_usascii/res_plaintext
 \
   t/results/plaintext_tests/punctuation_sc_accents_default.pl \
-  
t/results/plaintext_tests/punctuation_sc_accents_default/res_plaintext/punctuation_sc_accents_default.txt
 \
+  t/results/plaintext_tests/punctuation_sc_accents_default/res_plaintext \
   t/results/plaintext_tests/punctuation_sc_accents_default_latin1.pl \
-  
t/results/plaintext_tests/punctuation_sc_accents_default_latin1/res_plaintext/punctuation_sc_accents_default_latin1.txt
 \
+  
t/results/plaintext_tests/punctuation_sc_accents_default_latin1/res_plaintext \
   t/results/plaintext_tests/punctuation_sc_accents_default_usascii.pl \
-  
t/results/plaintext_tests/punctuation_sc_accents_default_usascii/res_plaintext/punctuation_sc_accents_default_usascii.txt
 \
+  
t/results/plaintext_tests/punctuation_sc_accents_default_usascii/res_plaintext \
   t/results/plaintext_tests/punctuation_sc_accents_disable_encoding.pl \
-  
t/results/plaintext_tests/punctuation_sc_accents_disable_encoding/res_plaintext/punctuation_sc_accents_disable_encoding.txt
 \
+  
t/results/plaintext_tests/punctuation_sc_accents_disable_encoding/res_plaintext 
\
   t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_latin1.pl \
-  
t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_latin1/res_plaintext/punctuation_sc_accents_disable_encoding_latin1.txt
 \
+  
t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_latin1/res_plaintext
 \
   t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_usascii.pl 
\
-  
t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_usascii/res_plaintext/punctuation_sc_accents_disable_encoding_usascii.txt
 \
+  
t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_usascii/res_plaintext
 \
   
t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_punct_latin1.pl \
-  
t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_punct_latin1/res_plaintext/punctuation_sc_accents_to_utf8_ascii_punct_latin1.txt
 \
+  
t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_punct_latin1/res_plaintext
 \
   
t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_punct_usascii.pl 
\
-  
t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_punct_usascii/res_plaintext/punctuation_sc_accents_to_utf8_ascii_punct_usascii.txt
 \
+  
t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_punct_usascii/res_plaintext
 \
   t/results/plaintext_tests/punctuation_sc_accents_to_utf8_latin1.pl \
-  
t/results/plaintext_tests/punctuation_sc_accents_to_utf8_latin1/res_plaintext/punctuation_sc_accents_to_utf8_latin1.txt
 \
+  
t/results/plaintext_tests/punctuation_sc_accents_to_utf8_latin1/res_plaintext \
   t/results/plaintext_tests/punctuation_sc_accents_to_utf8_usascii.pl \
-  
t/results/plaintext_tests/punctuation_sc_accents_to_utf8_usascii/res_plaintext/punctuation_sc_accents_to_utf8_usascii.txt
 \
+  
t/results/plaintext_tests/punctuation_sc_accents_to_utf8_usascii/res_plaintext \
   t/results/plaintext_tests/quote_node_names.pl \
-  
t/results/plaintext_tests/quote_node_names/res_plaintext/quote_node_names.txt \
+  t/results/plaintext_tests/quote_node_names/res_plaintext \
   t/results/plaintext_tests/sc_with_utf8_enable_encoding.pl \
   t/results/plaintext_tests/settitle_and_empty_top.pl \
   t/results/plaintext_tests/sp_with_text_before_in_example.pl \
@@ -1950,7 +1563,7 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/sectioning/chapter_before_and_after_part.pl \
   t/results/sectioning/chapter_before_part.pl \
   t/results/sectioning/chapter_between_nodes.pl \
-  
t/results/sectioning/chapter_between_nodes/res_latex/chapter_between_nodes.tex \
+  t/results/sectioning/chapter_between_nodes/res_latex \
   t/results/sectioning/chapter_between_nodes_with_appendix.pl \
   t/results/sectioning/chapter_between_nodes_with_appendix_nomenu.pl \
   t/results/sectioning/chapter_node_before_and_after_part.pl \
@@ -1980,10 +1593,10 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/sectioning/in_menu_only_special_spaces_node.pl \
   t/results/sectioning/in_menu_only_special_spaces_node_menu.pl \
   t/results/sectioning/lone_Top_node.pl \
-  t/results/sectioning/lone_Top_node/res_latex/lone_Top_node.tex \
+  t/results/sectioning/lone_Top_node/res_latex \
   t/results/sectioning/lone_contents.pl \
   t/results/sectioning/loop_nodes.pl \
-  t/results/sectioning/loop_nodes/res_latex/loop_nodes.tex \
+  t/results/sectioning/loop_nodes/res_latex \
   t/results/sectioning/menutextorder.pl \
   t/results/sectioning/next_in_menu_is_below.pl \
   t/results/sectioning/next_no_prev_to_node.pl \
@@ -1997,9 +1610,9 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/sectioning/node_part_chapter_after_top.pl \
   t/results/sectioning/node_referenced_in_ref.pl \
   t/results/sectioning/node_sectop_before_chapter_no_node.pl \
-  
t/results/sectioning/node_sectop_before_chapter_no_node/res_latex/node_sectop_before_chapter_no_node.tex
 \
+  t/results/sectioning/node_sectop_before_chapter_no_node/res_latex \
   t/results/sectioning/node_sectop_before_lone_node_Top.pl \
-  
t/results/sectioning/node_sectop_before_lone_node_Top/res_latex/node_sectop_before_lone_node_Top.tex
 \
+  t/results/sectioning/node_sectop_before_lone_node_Top/res_latex \
   t/results/sectioning/node_too_much_args.pl \
   t/results/sectioning/node_up_direction_for_top_with_manual.pl \
   t/results/sectioning/node_up_external_node.pl \
@@ -2009,29 +1622,21 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   
t/results/sectioning/nodes_after_top_before_chapter_not_split_no_use_node_directions.pl
 \
   t/results/sectioning/nodes_after_top_before_chapter_sections.pl \
   t/results/sectioning/nodes_after_top_before_chapter_texi2html.pl \
-  
t/results/sectioning/nodes_after_top_before_chapter_texi2html/res_html/nodes_after_top_before_chapter_texi2html.html
 \
+  t/results/sectioning/nodes_after_top_before_chapter_texi2html/res_html \
   
t/results/sectioning/nodes_after_top_before_chapter_texi2html_use_nodes_chapter.pl
 \
-  
t/results/sectioning/nodes_after_top_before_chapter_texi2html_use_nodes_chapter/res_html/index.html
 \
-  
t/results/sectioning/nodes_after_top_before_chapter_texi2html_use_nodes_chapter/res_html/nodes_after_top_before_chapter_texi2html_use_nodes_chapter_abt.html
 \
-  
t/results/sectioning/nodes_after_top_before_chapter_texi2html_use_nodes_chapter/res_html/second-node.html
 \
-  
t/results/sectioning/nodes_after_top_before_chapter_texi2html_use_nodes_chapter/res_html/third-node.html
 \
+  
t/results/sectioning/nodes_after_top_before_chapter_texi2html_use_nodes_chapter/res_html
 \
   t/results/sectioning/nodes_after_top_before_section_nodes.pl \
   t/results/sectioning/nodes_after_top_before_section_sections.pl \
   t/results/sectioning/nodes_after_top_before_section_texi2html_chapter.pl \
-  
t/results/sectioning/nodes_after_top_before_section_texi2html_chapter/res_html/index.html
 \
-  
t/results/sectioning/nodes_after_top_before_section_texi2html_chapter/res_html/second-node.html
 \
-  
t/results/sectioning/nodes_after_top_before_section_texi2html_chapter/res_html/third-node.html
 \
+  
t/results/sectioning/nodes_after_top_before_section_texi2html_chapter/res_html \
   t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes.pl \
-  
t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes/res_html/nodes_after_top_before_section_texi2html_use_nodes.html
 \
+  
t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes/res_html
 \
   
t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes_chapter.pl
 \
-  
t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes_chapter/res_html/index.html
 \
-  
t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes_chapter/res_html/nodes_after_top_before_section_texi2html_use_nodes_chapter_abt.html
 \
-  
t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes_chapter/res_html/second-node.html
 \
-  
t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes_chapter/res_html/third-node.html
 \
+  
t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes_chapter/res_html
 \
   t/results/sectioning/nodes_before_after_top.pl \
-  
t/results/sectioning/nodes_before_after_top/res_latex/nodes_before_after_top.tex
 \
+  t/results/sectioning/nodes_before_after_top/res_latex \
   t/results/sectioning/nodes_before_top.pl \
-  t/results/sectioning/nodes_before_top/res_latex/nodes_before_top.tex \
+  t/results/sectioning/nodes_before_top/res_latex \
   t/results/sectioning/nodes_no_node_top_explicit_directions.pl \
   t/results/sectioning/novalidate.pl \
   t/results/sectioning/one_node_explicit_directions_anchor.pl \
@@ -2056,9 +1661,9 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/sectioning/ref_to_unknown_node.pl \
   t/results/sectioning/reference_to_only_special_spaces_node.pl \
   t/results/sectioning/section_before_after_top_node.pl \
-  
t/results/sectioning/section_before_after_top_node/res_latex/section_before_after_top_node.tex
 \
+  t/results/sectioning/section_before_after_top_node/res_latex \
   t/results/sectioning/section_before_after_top_node_last_node.pl \
-  
t/results/sectioning/section_before_after_top_node_last_node/res_latex/section_before_after_top_node_last_node.tex
 \
+  t/results/sectioning/section_before_after_top_node_last_node/res_latex \
   t/results/sectioning/section_before_chapter.pl \
   t/results/sectioning/section_before_part.pl \
   t/results/sectioning/section_before_top.pl \
@@ -2067,27 +1672,25 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/sectioning/section_below_unnumbered_no_top.pl \
   t/results/sectioning/section_chapter_before_top.pl \
   t/results/sectioning/section_chapter_before_top_nodes.pl \
-  
t/results/sectioning/section_chapter_before_top_nodes/res_latex/section_chapter_before_top_nodes.tex
 \
+  t/results/sectioning/section_chapter_before_top_nodes/res_latex \
   t/results/sectioning/section_node_before_part.pl \
   t/results/sectioning/sections.pl \
   t/results/sectioning/semi_auto.pl \
   t/results/sectioning/setfilename_on_top_and_after_node.pl \
   t/results/sectioning/space_in_node.pl \
   t/results/sectioning/split_for_format_not_split.pl \
-  t/results/sectioning/split_for_format_not_split/res_xml/simplest.xml \
+  t/results/sectioning/split_for_format_not_split/res_xml \
   t/results/sectioning/top_no_argument_and_content.pl \
   t/results/sectioning/top_no_argument_and_node.pl \
   t/results/sectioning/top_no_argument_and_top_node.pl \
   t/results/sectioning/top_node_no_menu_direction.pl \
   t/results/sectioning/top_node_part_top.pl \
-  t/results/sectioning/top_node_part_top/res_latex/top_node_part_top.tex \
+  t/results/sectioning/top_node_part_top/res_latex \
   t/results/sectioning/top_part_chapter.pl \
   t/results/sectioning/top_without_node_nodes.pl \
   t/results/sectioning/top_without_node_sections.pl \
   t/results/sectioning/transliterated_split_equivalent_nodes.pl \
-  t/results/sectioning/transliterated_split_equivalent_nodes/res_html/a.html \
-  
t/results/sectioning/transliterated_split_equivalent_nodes/res_html/index.html \
-  t/results/sectioning/transliterated_split_equivalent_nodes/res_html/n.html \
+  t/results/sectioning/transliterated_split_equivalent_nodes/res_html \
   t/results/sectioning/two_nodes_at_the_end.pl \
   t/results/sectioning/two_nodes_between_chapters.pl \
   t/results/sectioning/two_unnumbered_no_argument.pl \
@@ -2099,13 +1702,11 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/sectioning/unnumbered_top_without_node_nodes.pl \
   t/results/sectioning/unnumbered_top_without_node_sections.pl \
   t/results/transformations/index_entries_relate_to_item_no_transformation.pl \
-  
t/results/transformations/index_entries_relate_to_item_no_transformation/res_html/index.html
 \
+  
t/results/transformations/index_entries_relate_to_item_no_transformation/res_html
 \
   t/results/transformations/index_entries_relate_to_item_transformation.pl \
-  
t/results/transformations/index_entries_relate_to_item_transformation/res_html/index.html
 \
+  
t/results/transformations/index_entries_relate_to_item_transformation/res_html \
   t/results/transformations/master_menu_fr.pl \
-  t/results/transformations/master_menu_fr/res_html/chap.html \
-  t/results/transformations/master_menu_fr/res_html/index.html \
-  t/results/transformations/master_menu_fr/res_html/section.html \
+  t/results/transformations/master_menu_fr/res_html \
   t/results/value/bad_syntax.pl \
   t/results/value/comment_on_set_line.pl \
   t/results/value/empty_set.pl \
@@ -2160,9 +1761,9 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/xtable/headitem_in_table.pl \
   t/results/xtable/index_command_before_end_table.pl \
   t/results/xtable/inter_item_commands_in_table.pl \
-  
t/results/xtable/inter_item_commands_in_table/res_latex/inter_item_commands_in_table.tex
 \
+  t/results/xtable/inter_item_commands_in_table/res_latex \
   t/results/xtable/inter_item_commands_in_table_in_example.pl \
-  
t/results/xtable/inter_item_commands_in_table_in_example/res_latex/inter_item_commands_in_table_in_example.tex
 \
+  t/results/xtable/inter_item_commands_in_table_in_example/res_latex \
   t/results/xtable/invalid_command_and_brace_in_table.pl \
   t/results/xtable/itemx_before_item.pl \
   t/results/xtable/lone_end_table.pl \
diff --git a/tp/maintain/regenerate_file_lists.pl 
b/tp/maintain/regenerate_file_lists.pl
index 410c550b52..5e717dfff4 100755
--- a/tp/maintain/regenerate_file_lists.pl
+++ b/tp/maintain/regenerate_file_lists.pl
@@ -33,7 +33,12 @@ sub wanted
 {
   if ((/\.pl$/ and $File::Find::dir =~ m:^t/results/[^/]+:)
       or (!/^CVS$/ and !/^\.svn$/ 
-          and $File::Find::dir =~ m:^t/results/[^/]+/[^/]+/res_[^/]+$:)) {
+          # to list each file
+          # FIXME it would be better to list each file but then this leads to
+          # an "Argument list too long" error for the shell in make dist
+          #and $File::Find::dir =~ m:^t/results/[^/]+/[^/]+/res_[^/]+$:)) {
+          # list only directories
+          and $File::Find::name =~ m:^t/results/[^/]+/[^/]+/res_[^/]+$:)) {
     $files{$File::Find::name} = 1;
   }
 }



reply via email to

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