]> granicus.if.org Git - python/commitdiff
- put the GNU info packages in the same place as everything else
authorFred Drake <fdrake@acm.org>
Thu, 17 Jul 2003 11:55:18 +0000 (11:55 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 17 Jul 2003 11:55:18 +0000 (11:55 +0000)
- add a convenience target to create the package list directly

Doc/Makefile

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