From: Guido van Rossum Date: Tue, 25 Nov 1997 20:49:09 +0000 (+0000) Subject: Added utility target tarhtml to tar and gzip the HTML files plus their X-Git-Tag: v1.5b1~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84cca446f2829b114d472d5b41d0003115cd9382;p=thirdparty%2FPython%2Fcpython.git Added utility target tarhtml to tar and gzip the HTML files plus their support (GIFS, icons, style sheets). --- diff --git a/Doc/Makefile b/Doc/Makefile index 468294dcaffd..e0d48c3b03b1 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