From: Fred Drake Date: Thu, 21 Sep 2000 21:37:09 +0000 (+0000) Subject: Added dependencies on the bug-reporting text. X-Git-Tag: v2.0b2~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00fb4160d3a07d1a3a165ae017f7d5715fb88be0;p=thirdparty%2FPython%2Fcpython.git Added dependencies on the bug-reporting text. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 3b9f095eb023..313e8bfdf9af 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -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 \