texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html/examples book.init


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html/examples book.init
Date: Tue, 08 Sep 2009 16:27:53 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        09/09/08 16:27:53

Modified files:
        examples       : book.init 

Log message:
        With $INLINE_CONTENTS set, print_Toc is not of use.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/examples/book.init?cvsroot=texi2html&r1=1.27&r2=1.28

Patches:
Index: book.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/examples/book.init,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- book.init   8 Sep 2009 16:17:19 -0000       1.27
+++ book.init   8 Sep 2009 16:27:53 -0000       1.28
@@ -80,7 +80,6 @@
 
 #$print_section = \&book_print_section;
 $print_element_header = \&book_print_element_header;
-$print_Toc = \&book_print_Toc;
 $element_file_name = \&book_element_file_name;
 
 sub book_print_element_header($$)
@@ -102,16 +101,6 @@
     return $result;
 }
 
-sub book_print_Toc
-{
-    my $fh = shift;
-    &$print_page_head($fh) if (get_conf('SPLIT'));
-    #print $fh $Texi2HTML::TITLEPAGE;
-    print $fh '<h2> ' . $Texi2HTML::NAME{'Contents'} . "</h2>\n" ;
-    main::print_lines($fh);
-    &$print_misc_footer($fh, address@hidden);
-}
-
 my $unumbered_nr;
 my $previous_nr;
 my $previous_file_name; 




reply via email to

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