From: Guido van Rossum Date: Wed, 26 Nov 1997 15:31:32 +0000 (+0000) Subject: The dependency of tarhtml on l2h was a bad idea. X-Git-Tag: v1.5b1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=330c660f66243094e082500bc1d760b2b86024cb;p=thirdparty%2FPython%2Fcpython.git The dependency of tarhtml on l2h was a bad idea. --- diff --git a/Doc/Makefile b/Doc/Makefile index e0d48c3b03b1..c797b770ca11 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -199,7 +199,7 @@ l2hapi: api.dvi myformat.perl mv api/xxx api/api.html ln -s api.html api/index.html || true -tarhtml: l2h +tarhtml: @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