[Python-checkins] CVS: python/dist/src/Doc/tools mkhowto,1.19,1.20

Fred L. Drake fdrake@users.sourceforge.net
Tue, 30 Jan 2001 14:30:03 -0800


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

Modified Files:
	mkhowto 
Log Message:

Make HTML the default output format, since that is what people actually
want most of the time.


Index: mkhowto
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/mkhowto,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** mkhowto	2001/01/09 22:02:10	1.19
--- mkhowto	2001/01/30 22:30:01	1.20
***************
*** 4,9 ****
  
  Options specifying formats to build:
!     --html		HyperText Markup Language
!     --pdf		Portable Document Format (default)
      --ps		PostScript
      --dvi		'DeVice Indepentent' format from TeX
--- 4,9 ----
  
  Options specifying formats to build:
!     --html		HyperText Markup Language (default)
!     --pdf		Portable Document Format
      --ps		PostScript
      --dvi		'DeVice Indepentent' format from TeX
***************
*** 98,102 ****
      up_title = None
      #
!     DEFAULT_FORMATS = ("pdf",)
      ALL_FORMATS = ("dvi", "html", "pdf", "ps", "text")
  
--- 98,102 ----
      up_title = None
      #
!     DEFAULT_FORMATS = ("html",)
      ALL_FORMATS = ("dvi", "html", "pdf", "ps", "text")