[Python-checkins] python/dist/src/Doc Makefile.deps,1.84,1.85

fdrake@sourceforge.net fdrake@sourceforge.net
Tue, 16 Apr 2002 11:48:29 -0700


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

Modified Files:
	Makefile.deps 
Log Message:
Update the dependencies.

Index: Makefile.deps
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile.deps,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** Makefile.deps	11 Mar 2002 18:42:08 -0000	1.84
--- Makefile.deps	16 Apr 2002 18:48:25 -0000	1.85
***************
*** 30,33 ****
--- 30,34 ----
  	api/utilities.tex \
  	api/veryhigh.tex \
+ 	texinputs/typestruct.h \
  	texinputs/reportingbugs.tex
  
***************
*** 35,39 ****
  # generate the typeset versions of the manuals.  The list is defined
  # here to make it easier to ensure parallelism.
! ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
  	paper-$(PAPER)/api.tex \
  	paper-$(PAPER)/abstract.tex \
--- 36,40 ----
  # generate the typeset versions of the manuals.  The list is defined
  # here to make it easier to ensure parallelism.
! ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) api/refcounts.dat \
  	paper-$(PAPER)/api.tex \
  	paper-$(PAPER)/abstract.tex \
***************
*** 60,63 ****
--- 61,68 ----
  	ext/windows.tex \
  	ext/embedding.tex \
+ 	ext/cycle-gc.c \
+ 	ext/noddy.c \
+ 	ext/run-func.c \
+ 	texinputs/typestruct.h \
  	texinputs/reportingbugs.tex