Commit de7cdb26 authored by Fred Drake's avatar Fred Drake

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

- add a convenience target to create the package list directly
parent e5f15ff8
...@@ -528,11 +528,11 @@ paper-$(PAPER)/README: $(PSFILES) $(TOOLSDIR)/getpagecounts ...@@ -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 ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment