[Python-checkins] CVS: python/dist/src/Doc Makefile.deps,1.70,1.71

Fred L. Drake fdrake@users.sourceforge.net
Thu, 02 Aug 2001 08:14:00 -0700


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

Modified Files:
	Makefile.deps 
Log Message:

Add anentry for the distutils.sysconfig module docs.


Index: Makefile.deps
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile.deps,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** Makefile.deps	2001/07/24 16:20:13	1.70
--- Makefile.deps	2001/08/02 15:13:58	1.71
***************
*** 290,292 ****
  INSTFILES = $(HOWTOSTYLES) inst/inst.tex
  
! DISTFILES = $(HOWTOSTYLES) dist/dist.tex
--- 290,294 ----
  INSTFILES = $(HOWTOSTYLES) inst/inst.tex
  
! DISTFILES = $(HOWTOSTYLES) \
! 	dist/dist.tex \
! 	dist/sysconfig.tex