summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile.deps
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-04-16 18:48:25 (GMT)
committerFred Drake <fdrake@acm.org>2002-04-16 18:48:25 (GMT)
commit0fdc826f54aa838f285541a75b970c548533e29b (patch)
tree28855c9d4111f58afdabb74422d141eec3eb6ea7 /Doc/Makefile.deps
parent121460d8cb0102b2b3922786301d67da560c0e0a (diff)
downloadcpython-0fdc826f54aa838f285541a75b970c548533e29b.zip
cpython-0fdc826f54aa838f285541a75b970c548533e29b.tar.gz
cpython-0fdc826f54aa838f285541a75b970c548533e29b.tar.bz2
Update the dependencies.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r--Doc/Makefile.deps7
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 967a5f9..060e3ec 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -29,12 +29,13 @@ APIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
api/refcounting.tex \
api/utilities.tex \
api/veryhigh.tex \
+ texinputs/typestruct.h \
texinputs/reportingbugs.tex
# These files are generated from those listed above, and are used to
# generate the typeset versions of the manuals. The list is defined
# here to make it easier to ensure parallelism.
-ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
+ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) api/refcounts.dat \
paper-$(PAPER)/api.tex \
paper-$(PAPER)/abstract.tex \
paper-$(PAPER)/concrete.tex \
@@ -59,6 +60,10 @@ EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
ext/building.tex \
ext/windows.tex \
ext/embedding.tex \
+ ext/cycle-gc.c \
+ ext/noddy.c \
+ ext/run-func.c \
+ texinputs/typestruct.h \
texinputs/reportingbugs.tex
TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX)