summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \