[Python-checkins] CVS: python/dist/src/Doc/perl l2hinit.perl,1.46,1.47

Fred L. Drake python-dev@python.org
Thu, 14 Sep 2000 15:20:44 -0700


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory slayer.i.sourceforge.net:/tmp/cvs-serv18963/perl

Modified Files:
	l2hinit.perl 
Log Message:

When there is a Module Index, make sure the icon actually links to it.


Index: l2hinit.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/l2hinit.perl,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** l2hinit.perl	2000/09/12 20:13:04	1.46
--- l2hinit.perl	2000/09/14 22:20:41	1.47
***************
*** 438,442 ****
          s/$rx/\\textohtmlmoduleindex \1 \\textohtmlindex \2/o;
          # Add a button to the navigation areas:
!         $CUSTOM_BUTTONS .= $my_icons{'modules'};
      }
      else {
--- 438,444 ----
          s/$rx/\\textohtmlmoduleindex \1 \\textohtmlindex \2/o;
          # Add a button to the navigation areas:
!         $CUSTOM_BUTTONS .= ('<a href="modindex.html" title="Module Index">'
!                             . $my_icons{'modules'}
!                             . '</a>');
      }
      else {