diff options
author | Fred Drake <fdrake@acm.org> | 2003-04-23 15:04:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-04-23 15:04:52 (GMT) |
commit | 444e434011408d474cbd167c2276ad51259eda20 (patch) | |
tree | eb74c6b3ed06adb7f15d7446d1cccc1a29b09345 /Doc | |
parent | a9b9c9fa9fe9d1ae74ba9f89c43557a7f9bc04f5 (diff) | |
download | cpython-444e434011408d474cbd167c2276ad51259eda20.zip cpython-444e434011408d474cbd167c2276ad51259eda20.tar.gz cpython-444e434011408d474cbd167c2276ad51259eda20.tar.bz2 |
Update the package list whenever we build distfiles.
This is used on www.python.org.
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/.cvsignore | 1 | ||||
-rw-r--r-- | Doc/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/.cvsignore b/Doc/.cvsignore index 9af2deb..b5159d8 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 fe188a4..6ac0b07 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 |