[Python-checkins] python/dist/src/Doc/perl l2hinit.perl,1.63,1.64

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 01 Oct 2002 08:20:22 -0700


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory usw-pr-cvs1:/tmp/cvs-serv2304/perl

Modified Files:
	l2hinit.perl 
Log Message:
Change the default path to icons so that "mkhowto" does the "right thing" by
default when used for 3rd-party docs.  This requires the standard Python docs
to specify a location, but they are a bit of a special case in sharing one set
of icons among several documents.


Index: l2hinit.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/l2hinit.perl,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** l2hinit.perl	23 May 2002 17:59:16 -0000	1.63
--- l2hinit.perl	1 Oct 2002 15:20:19 -0000	1.64
***************
*** 18,22 ****
  $SHOW_SECTION_NUMBERS = 1;
  
! $ICONSERVER = '../icons';
  $IMAGE_TYPE = 'gif';
  
--- 18,22 ----
  $SHOW_SECTION_NUMBERS = 1;
  
! $ICONSERVER = '.';
  $IMAGE_TYPE = 'gif';