[Python-checkins] CVS: distutils/doc/dist dist.tex,1.9,1.10

Greg Ward python-dev@python.org
Mon, 24 Apr 2000 22:57:40 -0400 (EDT)


Update of /projects/cvsroot/distutils/doc/dist
In directory newcnri:/tmp/cvs-serv11198

Modified Files:
	dist.tex 
Log Message:
Added section headers for "Extending the Distutils" section (just
a reminder to myself).

Index: dist.tex
===================================================================
RCS file: /projects/cvsroot/distutils/doc/dist/dist.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** dist.tex	2000/04/21 04:35:25	1.9
--- dist.tex	2000/04/25 02:57:36	1.10
***************
*** 617,620 ****
--- 617,634 ----
  
  
+ 
+ \section{Extending the Distutils}
+ \label{sec:extending}
+ 
+ 
+ \subsection{Extending existing commands}
+ \label{sec:extend-existing}
+ 
+ 
+ \subsection{Writing new commands}
+ \label{sec:new-commands}
+ 
+ 
+ 
  \section{Reference}
  \label{sec:ref}