[Python-checkins] CVS: python/dist/src/Doc/tools getpagecounts,1.6,1.7

Greg Ward python-dev@python.org
Fri, 28 Apr 2000 13:05:44 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Doc/tools
In directory thrak:/scratch/python/doc/tools

Modified Files:
	getpagecounts 
Log Message:
Added the Distutils manuals.


Index: getpagecounts
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/tools/getpagecounts,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** getpagecounts	2000/04/03 04:19:14	1.6
--- getpagecounts	2000/04/28 17:05:41	1.7
***************
*** 4,8 ****
  """Generate a page count report of the PostScript version of the manuals."""
  
! __version__ = '$Revision: 1.6 $'
  
  
--- 4,8 ----
  """Generate a page count report of the PostScript version of the manuals."""
  
! __version__ = '$Revision: 1.7 $'
  
  
***************
*** 35,38 ****
--- 35,40 ----
              ("tut", "Python Tutorial"),
              ("doc", "Documenting Python"),
+             ("inst", "Installing Python Modules"),
+             ("dist", "Distributing Python Modules"),
              ]:
              self.add_document(prefix, title)