summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile.deps
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-21 21:37:09 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-21 21:37:09 (GMT)
commit00fb4160d3a07d1a3a165ae017f7d5715fb88be0 (patch)
treeec4573232e5a70e5c360a54fab4bced37e0f222b /Doc/Makefile.deps
parented773ef78d87395531cf62c61d7951026531a3c1 (diff)
downloadcpython-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.deps7
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 \