mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Added utility target tarhtml to tar and gzip the HTML files plus their
support (GIFS, icons, style sheets).
This commit is contained in:
parent
28fbe4dcd2
commit
84cca446f2
1 changed files with 4 additions and 0 deletions
|
|
@ -199,6 +199,10 @@ l2hapi: api.dvi myformat.perl
|
|||
mv api/xxx api/api.html
|
||||
ln -s api.html api/index.html || true
|
||||
|
||||
tarhtml: l2h
|
||||
@echo "Did you remember to run makeMIFs.py in the ref subdirectory...?"
|
||||
tar cf - index.html ???/???.css ???/*.html lib/*.gif icons/*.* | gzip >html.tar.gz
|
||||
|
||||
|
||||
# Housekeeping targets
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue