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

Fred L. Drake fdrake@users.sourceforge.net
Fri, 12 Oct 2001 12:02:37 -0700


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

Modified Files:
	Makefile.deps 
Log Message:
Add entries for the newly split C API manual.

Index: Makefile.deps
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile.deps,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** Makefile.deps	2001/10/05 16:49:31	1.76
--- Makefile.deps	2001/10/12 19:02:35	1.77
***************
*** 18,22 ****
  
  
! APIFILES= api/api.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
  	texinputs/reportingbugs.tex
  
--- 18,33 ----
  
  
! APIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
! 	api/api.tex \
! 	api/abstract.tex \
! 	api/concrete.tex \
! 	api/exceptions.tex \
! 	api/init.tex \
! 	api/intro.tex \
! 	api/memory.tex \
! 	api/newtypes.tex \
! 	api/refcounting.tex \
! 	api/utilities.tex \
! 	api/veryhigh.tex \
  	texinputs/reportingbugs.tex