[Python-checkins] python/dist/src/Doc Makefile,1.257,1.258

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 17 Jul 2003 04:55:20 -0700


Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1:/tmp/cvs-serv22106

Modified Files:
	Makefile 
Log Message:
- put the GNU info packages in the same place as everything else
- add a convenience target to create the package list directly


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.257
retrieving revision 1.258
diff -C2 -d -r1.257 -r1.258
*** Makefile	17 Jul 2003 05:30:38 -0000	1.257
--- Makefile	17 Jul 2003 11:55:18 -0000	1.258
***************
*** 529,537 ****
  info-$(RELEASE).tgz: info
  	cd $(INFODIR) && tar cf - README python.dir python-*.info* \
! 		| gzip -9 >$@
  
  info-$(RELEASE).tar.bz2: info
  	cd $(INFODIR) && tar cf - README python.dir python-*.info* \
! 		| bzip2 -9 >$@
  
  latex-$(RELEASE).tgz:
--- 529,537 ----
  info-$(RELEASE).tgz: info
  	cd $(INFODIR) && tar cf - README python.dir python-*.info* \
! 		| gzip -9 >../$@
  
  info-$(RELEASE).tar.bz2: info
  	cd $(INFODIR) && tar cf - README python.dir python-*.info* \
! 		| bzip2 -9 >../$@
  
  latex-$(RELEASE).tgz:
***************
*** 654,657 ****
--- 654,660 ----
  paperdist:	distpdf distps
  edist:		disthtml zipisilo
+ 
+ pkglist:
+ 	$(TOOLSDIR)/mkpkglist >pkglist.html
  
  distfiles:	paperdist edist