Update the package list whenever we build distfiles.
This is used on www.python.org.
This commit is contained in:
parent
a9b9c9fa9f
commit
444e434011
|
@ -2,3 +2,4 @@
|
|||
*.tar.bz2
|
||||
*.zip
|
||||
*.tar
|
||||
pkglist.html
|
||||
|
|
|
@ -656,6 +656,7 @@ edist: disthtml zipisilo
|
|||
|
||||
distfiles: paperdist edist
|
||||
$(TOOLSDIR)/mksourcepkg --all $(RELEASE)
|
||||
$(TOOLSDIR)/mkpkglist >pkglist.html
|
||||
|
||||
|
||||
# Housekeeping targets
|
||||
|
|
Loading…
Reference in New Issue