]> granicus.if.org Git - python/commitdiff
Added utility target tarhtml to tar and gzip the HTML files plus their
authorGuido van Rossum <guido@python.org>
Tue, 25 Nov 1997 20:49:09 +0000 (20:49 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 25 Nov 1997 20:49:09 +0000 (20:49 +0000)
support (GIFS, icons, style sheets).

Doc/Makefile

index 468294dcaffd4871ff5765865d21de22e31b25de..e0d48c3b03b1de98df49327873f28f6eb8983a8b 100644 (file)
@@ -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