texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/tests/indices/Makefile.am (EXTRA_DIST): remo


From: Patrice Dumas
Subject: branch master updated: * tp/tests/indices/Makefile.am (EXTRA_DIST): remove the index_split.texi file in tp/tests/indices/, which is unused, and redundant with the one in tp/t/input_files/. Also remove same_doc_nr_split_index_and_element.texi which does not seems to be used anywhere.
Date: Fri, 30 Dec 2022 11:12:31 -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 487ca1b426 * tp/tests/indices/Makefile.am (EXTRA_DIST): remove the 
index_split.texi file in tp/tests/indices/, which is unused, and redundant with 
the one in tp/t/input_files/.  Also remove 
same_doc_nr_split_index_and_element.texi which does not seems to be used 
anywhere.
487ca1b426 is described below

commit 487ca1b4269118def09c0203052818479ae45b57
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Dec 30 17:12:22 2022 +0100

    * tp/tests/indices/Makefile.am (EXTRA_DIST): remove the
    index_split.texi file in tp/tests/indices/, which is unused, and
    redundant with the one in tp/t/input_files/.  Also remove
    same_doc_nr_split_index_and_element.texi which does not seems to be
    used anywhere.
---
 ChangeLog                                          |   8 ++
 tp/tests/indices/Makefile.am                       |   3 +-
 tp/tests/indices/index_split.texi                  | 121 ---------------------
 .../same_doc_nr_split_index_and_element.texi       |  52 ---------
 4 files changed, 9 insertions(+), 175 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1fd1d084e3..14d364cb92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-12-30  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/tests/indices/Makefile.am (EXTRA_DIST): remove the
+       index_split.texi file in tp/tests/indices/, which is unused, and
+       redundant with the one in tp/t/input_files/.  Also remove
+       same_doc_nr_split_index_and_element.texi which does not seems to be
+       used anywhere.
+
 2022-12-30  Patrice Dumas  <pertusus@free.fr>
 
        * tp/tests/indices/Makefile.am (EXTRA_DIST): remove the
diff --git a/tp/tests/indices/Makefile.am b/tp/tests/indices/Makefile.am
index 61df1e214e..0d093eb85e 100644
--- a/tp/tests/indices/Makefile.am
+++ b/tp/tests/indices/Makefile.am
@@ -1,11 +1,10 @@
-EXTRA_DIST = index_table.texi index_split.texi \
+EXTRA_DIST = index_table.texi \
  index_special_region_no_insertcopying.texi \
  index_special_region.texi index_special_region_no_region.texi \
  index_nodes.texi printindex_between_node_section.texi \
  index_and_node_same_name.texi \
  index_entry_in_footnote.texi \
  index_one_node.texi index_no_node_no_top.texi \
- same_doc_nr_split_index_and_element.texi \
  printindex_between_part_chapter.texi \
  indices_in_begin_tables_lists.texi \
  index_entries_relate_to_item.texi \
diff --git a/tp/tests/indices/index_split.texi 
b/tp/tests/indices/index_split.texi
deleted file mode 100644
index 4676ee764e..0000000000
--- a/tp/tests/indices/index_split.texi
+++ /dev/null
@@ -1,121 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-
-@setfilename index_split
-
-@node Top
-@top split indices
-@cindex entry a
-
-@printindex cp
-
-@printindex fn
-
-And one one more index
-
-@printindex cp
-
-@menu
-* Top:: back to the current top node
-* first::
-* second chapter::
-@end menu
-
-@node first
-
-Text and then index entries
-@cindex entry in node
-@cindex ! entry in node
-@findex fun in node
-@cindex entry in node
-
-@printindex cp
-
-@printindex fn
-
-@cindex entry after printindex
-
-@chapter First chapter
-@findex a function
-@cindex a concept in first
-@findex somewhere
-
-@menu
-* section 1::
-* section 2::
-* section 3::
-* node in section 3::
-* node 2 in section 3::
-* node 3 in section 3::
-@end menu
-
-@node section 1
-@section Section 1
-
-@cindex something
-
-@menu 
-* subsection 1::
-* subsection 2::
-@end menu
-The index once more
-
-@printindex cp
-
-@cindex another
-
-@node subsection 1
-@subsection Subsection 1
-
-In subsection 1
-
-@node subsection 2
-@subsection Subsection 2
-
-index in subsction 2
-
-@cindex subsection 2
-
-@printindex cp
-
-@cindex printindex subsection 2
-
-@node section 2
-@section Section 2
-
-Section 2
-
-@node section 3
-@section Section 3
-
-@cindex section 3
-
-@printindex cp
-
-@node node in section 3,,section 3,first
-
-@cindex node in section 3
-Text for the node in section 3
-
-@node node 2 in section 3,,,first
-
-@cindex node 2 in section 3
-Text for the node 2 in section 3
-
-@printindex cp
-
-@cindex between printindex node in section 3
-
-@printindex cp
-
-@cindex after second printindex node in section 3
-
-@node node 3 in section 3,,,first
-
-@cindex node 3 in section 3
-
-@node second chapter
-@chapter Second chapter
-
-Second chapter
-
-@bye
diff --git a/tp/tests/indices/same_doc_nr_split_index_and_element.texi 
b/tp/tests/indices/same_doc_nr_split_index_and_element.texi
deleted file mode 100644
index 0db6fc3c3f..0000000000
--- a/tp/tests/indices/same_doc_nr_split_index_and_element.texi
+++ /dev/null
@@ -1,52 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-
-@setfilename same_doc_nr_split_index_and_element.info
-
-@node Top
-@top top element
-
-@cindex a entry
-@cindex b entry
-@cindex c entry
-@cindex d entry
-@cindex e entry
-@cindex f entry
-@cindex g entry
-@cindex h entry
-@cindex i entry
-@cindex j entry
-@cindex k entry
-@cindex l entry
-@cindex m entry
-@cindex n entry
-@cindex p entry
-@cindex q entry
-@cindex r entry
-@cindex s entry
-@cindex t entry
-@cindex u entry
-@cindex v entry
-@cindex w entry
-
-@menu
-* Node Chapter::
-* Node Indices::
-@end menu
-
-@node Node Chapter
-@chapter Chapter
-
-In chapter
-
-@section @c Section
-
-In section
-
-@node Node Indices
-@appendix Indices
-
-In appendix
-
-@printindex cp
-
-@bye



reply via email to

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