Added dependencies on the bug-reporting text.
authorFred Drake <fdrake@acm.org>
Thu, 21 Sep 2000 21:37:09 +0000 (21:37 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 21 Sep 2000 21:37:09 +0000 (21:37 +0000)
Doc/Makefile.deps

index 3b9f095eb023059ebdd01272be9905db53ab8b96..313e8bfdf9afd915f60ae7a0513dca247ce99386 100644 (file)
@@ -16,13 +16,15 @@ HOWTOSTYLES= ../texinputs/howto.cls \
        $(COMMONSTYLES)
 
 
-APIFILES= ../api/api.tex $(MANSTYLES) $(COMMONTEX)
+APIFILES= ../api/api.tex $(MANSTYLES) $(COMMONTEX) \
+       ../texinputs/reportingbugs.tex
 
 DOCFILES= $(HOWTOSTYLES) $(COMMONTEX) \
        ../texinputs/ltxmarkup.sty \
        ../doc/doc.tex
 
-EXTFILES= ../ext/ext.tex $(MANSTYLES) $(COMMONTEX)
+EXTFILES= ../ext/ext.tex $(MANSTYLES) $(COMMONTEX) \
+       ../texinputs/reportingbugs.tex
 
 TUTFILES= ../tut/tut.tex $(MANSTYLES) $(COMMONTEX)
 
@@ -41,6 +43,7 @@ REFFILES= $(MANSTYLES) $(COMMONTEX) \
 # LaTeX source files for the Python Library Reference
 LIBFILES= $(MANSTYLES) $(COMMONTEX) \
        ../lib/lib.tex \
+       ../texinputs/reportingbugs.tex \
        ../lib/libintro.tex \
        ../lib/libobjs.tex \
        ../lib/libstdtypes.tex \