[Python-checkins] python/dist/src/Doc Makefile.deps,1.108,1.109
dcjim@users.sourceforge.net
dcjim@users.sourceforge.net
2003年6月28日 06:28:00 -0700
- Previous message: [Python-checkins] python/dist/src/Doc/ext test.py,NONE,1.1
- Next message: [Python-checkins] python/dist/src/Doc/ext noddy4.c,NONE,1.1 newtypes.tex,1.28,1.29 setup.py,1.1,1.2 test.py,1.1,1.2 cycle-gc.c,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1:/tmp/cvs-serv29083
Modified Files:
Makefile.deps
Log Message:
Updated the depenencies to reflect changes in the sample code for
building new types.
Index: Makefile.deps
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile.deps,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** Makefile.deps 28 May 2003 12:10:14 -0000 1.108
--- Makefile.deps 28 Jun 2003 13:27:57 -0000 1.109
***************
*** 61,66 ****
ext/windows.tex \
ext/embedding.tex \
- ext/cycle-gc.c \
ext/noddy.c \
ext/run-func.c \
texinputs/typestruct.h \
--- 61,68 ----
ext/windows.tex \
ext/embedding.tex \
ext/noddy.c \
+ ext/noddy2.c \
+ ext/noddy3.c \
+ ext/noddy4.c \
ext/run-func.c \
texinputs/typestruct.h \
- Previous message: [Python-checkins] python/dist/src/Doc/ext test.py,NONE,1.1
- Next message: [Python-checkins] python/dist/src/Doc/ext noddy4.c,NONE,1.1 newtypes.tex,1.28,1.29 setup.py,1.1,1.2 test.py,1.1,1.2 cycle-gc.c,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]