[Python-checkins] CVS: python/dist/src/Doc Makefile,1.194,1.195

Greg Ward python-dev@python.org
Fri, 28 Apr 2000 13:09:20 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Doc
In directory thrak:/scratch/python/doc

Modified Files:
	Makefile 
Log Message:
When building HTML releases, refer to */*.css and */*.html instead of
???/*.css and ???/*.html -- need to pick up the Distutils manuals!


Index: Makefile
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/Makefile,v
retrieving revision 1.194
retrieving revision 1.195
diff -C2 -r1.194 -r1.195
*** Makefile	2000/04/28 16:53:35	1.194
--- Makefile	2000/04/28 17:09:17	1.195
***************
*** 277,286 ****
  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 >$@
  
--- 277,286 ----
  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 >$@
  
***************
*** 288,292 ****
  	rm -f $@
  	(cd $(HTMLDIR); \
! 		zip -q -9 ../$@ *index.html ???/*.css ???/*.html */*.gif)
  
  longhtml-$(RELEASE).zip:	longhtml
--- 288,292 ----
  	rm -f $@
  	(cd $(HTMLDIR); \
! 		zip -q -9 ../$@ *index.html */*.css */*.html */*.gif)
  
  longhtml-$(RELEASE).zip:	longhtml