Commit bae78a9b authored by Guido van Rossum's avatar Guido van Rossum

Added utility target tarhtml to tar and gzip the HTML files plus their

support (GIFS, icons, style sheets).
parent da2d40b2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment