[Python-checkins] python/dist/src/Doc .cvsignore,1.22,1.23 Makefile,1.251,1.252
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
2003年4月23日 08:05:04 -0700
Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1:/tmp/cvs-serv21284
Modified Files:
.cvsignore Makefile
Log Message:
Update the package list whenever we build distfiles.
This is used on www.python.org.
Index: .cvsignore
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** .cvsignore 18 Jul 2001 21:04:35 -0000 1.22
--- .cvsignore 23 Apr 2003 15:04:52 -0000 1.23
***************
*** 3,4 ****
--- 3,5 ----
*.zip
*.tar
+ pkglist.html
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.251
retrieving revision 1.252
diff -C2 -d -r1.251 -r1.252
*** Makefile 18 Feb 2003 22:11:57 -0000 1.251
--- Makefile 23 Apr 2003 15:04:52 -0000 1.252
***************
*** 657,660 ****
--- 657,661 ----
distfiles: paperdist edist
$(TOOLSDIR)/mksourcepkg --all $(RELEASE)
+ $(TOOLSDIR)/mkpkglist >pkglist.html