[Python-checkins] CVS: python/dist/src/Doc Makefile,1.219,1.220
Fred L. Drake
fdrake@users.sourceforge.net
2001年7月06日 15:28:49 -0700
Update of /cvsroot/python/python/dist/src/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv27283
Modified Files:
Makefile
Log Message:
Packaged versions of the HTML format need to include any .txt files that
were generated by the use of the productionlist environment or the
\verbatiminput macro.
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.219
retrieving revision 1.220
diff -C2 -r1.219 -r1.220
*** Makefile 2001年04月18日 05:22:24 1.219
--- Makefile 2001年07月06日 22:28:47 1.220
***************
*** 350,359 ****
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 >$@
--- 350,359 ----
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 >$@
***************
*** 361,365 ****
rm -f $@
(cd $(HTMLDIR); \
! zip -q -9 ../$@ *.html */*.css */*.html */*.gif)
# convenience targets:
--- 361,365 ----
rm -f $@
(cd $(HTMLDIR); \
! zip -q -9 ../$@ *.html */*.css */*.html */*.gif */*.txt)
# convenience targets: