diff options
author | Jim Fulton <jim@zope.com> | 2003-06-28 13:27:57 (GMT) |
---|---|---|
committer | Jim Fulton <jim@zope.com> | 2003-06-28 13:27:57 (GMT) |
commit | 9c3e9572515f11ebec1321d2b683abb60da3fe9e (patch) | |
tree | 75b47794889f083c9985c3d555d4b0fa9ab6aacc /Doc/Makefile.deps | |
parent | 18a6be9748576e02b1a6d07fd16e2399c2df81c3 (diff) | |
download | cpython-9c3e9572515f11ebec1321d2b683abb60da3fe9e.zip cpython-9c3e9572515f11ebec1321d2b683abb60da3fe9e.tar.gz cpython-9c3e9572515f11ebec1321d2b683abb60da3fe9e.tar.bz2 |
Updated the depenencies to reflect changes in the sample code for
building new types.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 55d8de0..fc424bd 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -60,8 +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/noddy2.c \ + ext/noddy3.c \ + ext/noddy4.c \ ext/run-func.c \ texinputs/typestruct.h \ texinputs/reportingbugs.tex |