mirror of
https://github.com/python/cpython.git
synced 2025-11-14 15:56:48 +00:00
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.
This commit is contained in:
parent
7e79b9e1cc
commit
238858fc51
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue