[Python-checkins] CVS: python/dist/src/Doc Makefile,1.198,1.199

Fred L. Drake python-dev@python.org
Fri, 8 Sep 2000 14:54:46 -0700


Update of /cvsroot/python/python/dist/src/Doc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32696

Modified Files:
	Makefile 
Log Message:

When building the HTML packages, make sure we pick up all the HTML files
at the top level of the tree.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.198
retrieving revision 1.199
diff -C2 -r1.198 -r1.199
*** Makefile	2000/08/29 16:30:21	1.198
--- Makefile	2000/09/08 21:54:44	1.199
***************
*** 280,289 ****
  html-$(RELEASE).tgz:	html
  	(cd $(HTMLDIR); \
! 		tar cf - *index.html */*.css */*.html */*.gif) \
  		| gzip -9 >$@
  
  html-$(RELEASE).tar.bz2:	html
  	(cd $(HTMLDIR); \
! 		tar cf - *index.html */*.css */*.html */*.gif) \
  		| bzip2 -9 >$@
  
--- 280,289 ----
  html-$(RELEASE).tgz:	html
  	(cd $(HTMLDIR); \
! 		tar cf - *.html */*.css */*.html */*.gif) \
  		| gzip -9 >$@
  
  html-$(RELEASE).tar.bz2:	html
  	(cd $(HTMLDIR); \
! 		tar cf - *.html */*.css */*.html */*.gif) \
  		| bzip2 -9 >$@
  
***************
*** 291,295 ****
  	rm -f $@
  	(cd $(HTMLDIR); \
! 		zip -q -9 ../$@ *index.html */*.css */*.html */*.gif)
  
  longhtml-$(RELEASE).zip:	longhtml
--- 291,295 ----
  	rm -f $@
  	(cd $(HTMLDIR); \
! 		zip -q -9 ../$@ *.html */*.css */*.html */*.gif)
  
  longhtml-$(RELEASE).zip:	longhtml