diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-21 21:37:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-21 21:37:09 (GMT) |
commit | 00fb4160d3a07d1a3a165ae017f7d5715fb88be0 (patch) | |
tree | ec4573232e5a70e5c360a54fab4bced37e0f222b /Doc/Makefile.deps | |
parent | ed773ef78d87395531cf62c61d7951026531a3c1 (diff) | |
download | cpython-00fb4160d3a07d1a3a165ae017f7d5715fb88be0.zip cpython-00fb4160d3a07d1a3a165ae017f7d5715fb88be0.tar.gz cpython-00fb4160d3a07d1a3a165ae017f7d5715fb88be0.tar.bz2 |
Added dependencies on the bug-reporting text.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 3b9f095..313e8bf 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 \ |