From: Fred Drake Date: Wed, 23 Apr 2003 15:04:52 +0000 (+0000) Subject: Update the package list whenever we build distfiles. X-Git-Tag: v2.3c1~1065 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=444e434011408d474cbd167c2276ad51259eda20;p=python Update the package list whenever we build distfiles. This is used on www.python.org. --- diff --git a/Doc/.cvsignore b/Doc/.cvsignore index 9af2deb86b..b5159d8f3f 100755 --- a/Doc/.cvsignore +++ b/Doc/.cvsignore @@ -2,3 +2,4 @@ *.tar.bz2 *.zip *.tar +pkglist.html diff --git a/Doc/Makefile b/Doc/Makefile index fe188a4ff7..6ac0b0705b 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -656,6 +656,7 @@ edist: disthtml zipisilo distfiles: paperdist edist $(TOOLSDIR)/mksourcepkg --all $(RELEASE) + $(TOOLSDIR)/mkpkglist >pkglist.html # Housekeeping targets