texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp texi2any.pl


From: Patrice Dumas
Subject: texinfo/tp texi2any.pl
Date: Fri, 14 Dec 2012 23:14:45 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/12/14 23:14:45

Modified files:
        tp             : texi2any.pl 

Log message:
        check tree_transformations move_index_entries_after_items for 
        move_index_entries_after_items and not simple_menu.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.153&r2=1.154

Patches:
Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -b -r1.153 -r1.154
--- texi2any.pl 10 Dec 2012 23:52:35 -0000      1.153
+++ texi2any.pl 14 Dec 2012 23:14:45 -0000      1.154
@@ -1152,7 +1152,7 @@
   }
 
   if ($formats_table{$format}->{'move_index_entries_after_items'}
-      or $tree_transformations{'simple_menus'}) {
+      or $tree_transformations{'move_index_entries_after_items'}) {
     Texinfo::Common::move_index_entries_after_items_in_tree($tree);
   }
 



reply via email to

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