- put the GNU info packages in the same place as everything else

- add a convenience target to create the package list directly
This commit is contained in:
Fred Drake 2003-07-17 11:55:18 +00:00
parent e5f15ff8cb
commit de7cdb26d1
1 changed files with 5 additions and 2 deletions

View File

@ -528,11 +528,11 @@ paper-$(PAPER)/README: $(PSFILES) $(TOOLSDIR)/getpagecounts
info-$(RELEASE).tgz: info info-$(RELEASE).tgz: info
cd $(INFODIR) && tar cf - README python.dir python-*.info* \ cd $(INFODIR) && tar cf - README python.dir python-*.info* \
| gzip -9 >$@ | gzip -9 >../$@
info-$(RELEASE).tar.bz2: info info-$(RELEASE).tar.bz2: info
cd $(INFODIR) && tar cf - README python.dir python-*.info* \ cd $(INFODIR) && tar cf - README python.dir python-*.info* \
| bzip2 -9 >$@ | bzip2 -9 >../$@
latex-$(RELEASE).tgz: latex-$(RELEASE).tgz:
$(PYTHON) $(TOOLSDIR)/mksourcepkg --gzip $(RELEASE) $(PYTHON) $(TOOLSDIR)/mksourcepkg --gzip $(RELEASE)
@ -654,6 +654,9 @@ distlatex: tarlatex bziplatex ziplatex
paperdist: distpdf distps paperdist: distpdf distps
edist: disthtml zipisilo edist: disthtml zipisilo
pkglist:
$(TOOLSDIR)/mkpkglist >pkglist.html
distfiles: paperdist edist distfiles: paperdist edist
$(TOOLSDIR)/mksourcepkg --all $(RELEASE) $(TOOLSDIR)/mksourcepkg --all $(RELEASE)
$(TOOLSDIR)/mkpkglist >pkglist.html $(TOOLSDIR)/mkpkglist >pkglist.html