diff --git a/Manual/repository.init b/Manual/repository.init index 24ebee3..1f8a3a1 100755 --- a/Manual/repository.init +++ b/Manual/repository.init @@ -1,4 +1,4 @@ -# -*-perl-*- +#!/usr/bin/perl # # repository.init -- This file initializes Texi2HTML program to # produce the repository documentation manual using the CentOS Web @@ -66,10 +66,12 @@ $SPLIT = 'section'; # beginning and at the end of chapters anyway. $SECTION_NAVIGATION = 0; -$print_page_head = \&T2H_XHTML_print_page_head; -$print_page_foot = \&T2H_XHTML_print_page_foot; -$print_frame = \&T2H_XHTML_print_frame; -$button_icon_img = \&T2H_XHTML_button_icon_img; +# Layout control +$print_page_head = \&T2H_XHTML_print_page_head; +$print_page_foot = \&T2H_XHTML_print_page_foot; +$print_frame = \&T2H_XHTML_print_frame; +$button_icon_img = \&T2H_XHTML_button_icon_img; +$print_navigation = \&T2H_XHTML_print_navigation; #FIXME update once it is more stabilized in texi2html.init sub T2H_XHTML_print_page_head @@ -231,3 +233,161 @@ sub t2h_xhtml_index_summary($$) return "
Jump to: | " . $nonalpha_text . $join . $alpha_text . ' |
---|