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

Fred L. Drake python-dev@python.org
Thu, 21 Sep 2000 14:37:12 -0700


Update of /cvsroot/python/python/dist/src/Doc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv12537

Modified Files:
	Makefile.deps 
Log Message:

Added dependencies on the bug-reporting text.


Index: Makefile.deps
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile.deps,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** Makefile.deps	2000/09/20 02:54:58	1.44
--- Makefile.deps	2000/09/21 21:37:09	1.45
***************
*** 17,21 ****
  
  
! APIFILES= ../api/api.tex $(MANSTYLES) $(COMMONTEX)
  
  DOCFILES= $(HOWTOSTYLES) $(COMMONTEX) \
--- 17,22 ----
  
  
! APIFILES= ../api/api.tex $(MANSTYLES) $(COMMONTEX) \
! 	../texinputs/reportingbugs.tex
  
  DOCFILES= $(HOWTOSTYLES) $(COMMONTEX) \
***************
*** 23,27 ****
  	../doc/doc.tex
  
! EXTFILES= ../ext/ext.tex $(MANSTYLES) $(COMMONTEX)
  
  TUTFILES= ../tut/tut.tex $(MANSTYLES) $(COMMONTEX)
--- 24,29 ----
  	../doc/doc.tex
  
! EXTFILES= ../ext/ext.tex $(MANSTYLES) $(COMMONTEX) \
! 	../texinputs/reportingbugs.tex
  
  TUTFILES= ../tut/tut.tex $(MANSTYLES) $(COMMONTEX)
***************
*** 42,45 ****
--- 44,48 ----
  LIBFILES= $(MANSTYLES) $(COMMONTEX) \
  	../lib/lib.tex \
+ 	../texinputs/reportingbugs.tex \
  	../lib/libintro.tex \
  	../lib/libobjs.tex \