diff options
author | Guido van Rossum <guido@python.org> | 1997-11-25 20:49:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-25 20:49:09 (GMT) |
commit | 84cca446f2829b114d472d5b41d0003115cd9382 (patch) | |
tree | dfa0dd63924be2c852f9241c6e48c0f93617c022 /Doc/Makefile | |
parent | 28fbe4dcd2ce67c9a69791d2d427b35b041a5d72 (diff) | |
download | cpython-84cca446f2829b114d472d5b41d0003115cd9382.zip cpython-84cca446f2829b114d472d5b41d0003115cd9382.tar.gz cpython-84cca446f2829b114d472d5b41d0003115cd9382.tar.bz2 |
Added utility target tarhtml to tar and gzip the HTML files plus their
support (GIFS, icons, style sheets).
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 468294d..e0d48c3 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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 |