summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-11-26 15:31:32 (GMT)
committerGuido van Rossum <guido@python.org>1997-11-26 15:31:32 (GMT)
commit330c660f66243094e082500bc1d760b2b86024cb (patch)
tree47f70dadb5d5ed4049472f803bca5ef89ccca68e /Doc/Makefile
parentc8520351af85ddee4028abd4ae37f9cae7e1b660 (diff)
downloadcpython-330c660f66243094e082500bc1d760b2b86024cb.zip
cpython-330c660f66243094e082500bc1d760b2b86024cb.tar.gz
cpython-330c660f66243094e082500bc1d760b2b86024cb.tar.bz2
The dependency of tarhtml on l2h was a bad idea.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index e0d48c3..c797b77 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