[Python-checkins] python/dist/src/Doc/tools mkhowto,1.32,1.33

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


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

Modified Files:
	mkhowto 
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: mkhowto
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/mkhowto,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** mkhowto	27 Aug 2002 16:34:54 -0000	1.32
--- mkhowto	1 Oct 2002 15:20:20 -0000	1.33
***************
*** 16,20 ****
      --link		Specify the number of levels to include on each page.
      --split, -s		Specify a section level for page splitting, default: %(max_split_depth)s.
!     --iconserver, -i	Specify location of icons (default: ../).
      --image-type	Specify the image type to use in HTML output;
                          values: gif (default), png.
--- 16,20 ----
      --link		Specify the number of levels to include on each page.
      --split, -s		Specify a section level for page splitting, default: %(max_split_depth)s.
!     --iconserver, -i	Specify location of icons (default: ./).
      --image-type	Specify the image type to use in HTML output;
                          values: gif (default), png.
***************
*** 94,98 ****
      discard_temps = 1
      have_temps = 0
!     icon_server = None
      image_type = "gif"
      logging = 0
--- 94,98 ----
      discard_temps = 1
      have_temps = 0
!     icon_server = "."
      image_type = "gif"
      logging = 0