texinfo-commits
[Top][All Lists]
Advanced

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

[6534] make debugtree work again


From: Gavin D. Smith
Subject: [6534] make debugtree work again
Date: Sun, 16 Aug 2015 17:47:10 +0000

Revision: 6534
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6534
Author:   gavin
Date:     2015-08-16 17:47:09 +0000 (Sun, 16 Aug 2015)
Log Message:
-----------
make debugtree work again

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/texi2any.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-08-16 17:44:04 UTC (rev 6533)
+++ trunk/ChangeLog     2015-08-16 17:47:09 UTC (rev 6534)
@@ -1,5 +1,10 @@
 2015-08-15  Gavin Smith  <address@hidden>
 
+       * tp/texi2any.pl (%formats_table): Use the right key name to 
+       store module names for 'debugtree' and 'debugcount'.
+
+2015-08-15  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/Convert/XSParagraph/configure.ac: Convert backward 
        slashes to forward slashes in Perl's configuration values.
 

Modified: trunk/tp/texi2any.pl
===================================================================
--- trunk/tp/texi2any.pl        2015-08-16 17:44:04 UTC (rev 6533)
+++ trunk/tp/texi2any.pl        2015-08-16 17:47:09 UTC (rev 6534)
@@ -594,11 +594,11 @@
   'debugcount' => {
              'nodes_tree' => 1,
              'floats' => 1,
-             'converter' => 'DebugTexinfo::DebugCount'
+             'module' => 'DebugTexinfo::DebugCount'
            },
   'debugtree' => {
           'split' => 1,
-          'converter' => 'DebugTexinfo::DebugTree'
+          'module' => 'DebugTexinfo::DebugTree'
          },
   'textcontent' => {
             'converter' => sub{Texinfo::Convert::TextContent->converter(@_)},




reply via email to

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