[Python-checkins] CVS: python/dist/src/Doc Makefile,1.221,1.222

Fred L. Drake fdrake@users.sourceforge.net
Tue, 17 Jul 2001 16:35:48 -0700


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

Modified Files:
	Makefile 
Log Message:

Revise the rules for building the distribution files for the HTML format.
These work again.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.221
retrieving revision 1.222
diff -C2 -r1.221 -r1.222
*** Makefile	2001/07/17 16:53:19	1.221
--- Makefile	2001/07/17 23:35:46	1.222
***************
*** 360,372 ****
  	cd paper-$(PAPER) && zip -q -9 ../$@ *.ps README
  
! html-$(RELEASE).tgz:	html
  	cd $(HTMLDIR) && \
! 		tar cf - *.html */*.css */*.html */*.gif */*.txt \
! 		| gzip -9 >$@
  
! html-$(RELEASE).tar.bz2:	html
! 	cd $(HTMLDIR) && \
! 		tar cf - *.html */*.css */*.html */*.gif */*.txt \
! 		| bzip2 -9 >$@
  
  html-$(RELEASE).zip:	html
--- 360,373 ----
  	cd paper-$(PAPER) && zip -q -9 ../$@ *.ps README
  
! html-$(RELEASE).tar:	html
  	cd $(HTMLDIR) && \
! 		tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \
! 					      */*.gif */*.txt
  
! html-$(RELEASE).tgz:	html-$(RELEASE).tar
! 	gzip -9 <html-$(RELEASE).tar >$@
! 
! html-$(RELEASE).tar.bz2: html-$(RELEASE).tar
! 	bzip2 -9 <html-$(RELEASE).tar >$@
  
  html-$(RELEASE).zip:	html
***************
*** 416,423 ****
--- 417,426 ----
  # - useful results: .dvi, .pdf, .ps, .texi, .info
  clean:
+ 	rm -f html-$(RELEASE).tar
  	cd $(INFODIR) && $(MAKE) clean
  
  # Remove temporaries as well as final products
  clobber:
+ 	rm -f html-$(RELEASE).tar
  	rm -f html-$(RELEASE).tgz info-$(RELEASE).tgz
  	rm -f pdf-$(RELEASE).tgz postscript-$(RELEASE).tgz