]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Packaged versions of the HTML format need to include any .txt files that
authorFred Drake <fdrake@acm.org>
Fri, 6 Jul 2001 22:28:47 +0000 (22:28 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 6 Jul 2001 22:28:47 +0000 (22:28 +0000)
were generated by the use of the productionlist environment or the
\verbatiminput macro.

Doc/Makefile

index c9045ce83baa348d701c18013b9794b2912f5de3..59938ddd977cae4434b6f53bec2d136b7f7e687f 100644 (file)
@@ -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: