texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/Texinfo/Convert HTML.pm


From: Patrice Dumas
Subject: texinfo/tp/Texinfo/Convert HTML.pm
Date: Sat, 30 Apr 2011 18:29:43 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/04/30 18:29:43

Modified files:
        tp/Texinfo/Convert: HTML.pm 

Log message:
        Output table of contents in Contents element.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/HTML.pm?cvsroot=texinfo&r1=1.44&r2=1.45

Patches:
Index: HTML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/HTML.pm,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- HTML.pm     30 Apr 2011 18:25:57 -0000      1.44
+++ HTML.pm     30 Apr 2011 18:29:43 -0000      1.45
@@ -3703,6 +3703,8 @@
 </ul>
 EOT
     return $about;
+  } elsif ($special_type eq 'Contents') {
+    return $self->{'contents'}($self, 'contents', undef);
   }
 }
 



reply via email to

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