From: Fred Drake Date: Fri, 6 Jul 2001 22:28:47 +0000 (+0000) Subject: Packaged versions of the HTML format need to include any .txt files that X-Git-Tag: v2.2a3~1314 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=238858fc51a21ac8cb235ce97d579b6ab6f51da7;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/Makefile b/Doc/Makefile index c9045ce83baa..59938ddd977c 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -349,18 +349,18 @@ postscript-$(PAPER)-$(RELEASE).zip: ps paper-$(PAPER)/README html-$(RELEASE).tgz: html (cd $(HTMLDIR); \ - tar cf - *.html */*.css */*.html */*.gif) \ + tar cf - *.html */*.css */*.html */*.gif */*.txt) \ | gzip -9 >$@ html-$(RELEASE).tar.bz2: html (cd $(HTMLDIR); \ - tar cf - *.html */*.css */*.html */*.gif) \ + tar cf - *.html */*.css */*.html */*.gif */*.txt) \ | bzip2 -9 >$@ html-$(RELEASE).zip: html rm -f $@ (cd $(HTMLDIR); \ - zip -q -9 ../$@ *.html */*.css */*.html */*.gif) + zip -q -9 ../$@ *.html */*.css */*.html */*.gif */*.txt) # convenience targets: