summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1996-10-29 16:07:46 (GMT)
committerFred Drake <fdrake@acm.org>1996-10-29 16:07:46 (GMT)
commitf93f101450a4eaa4d807345fa833e0ba1c053e1e (patch)
tree9ac15a4903bbd7eacaa07026239f199925f55b4c /Doc/Makefile
parent7a7480dc84a91bf3205d004957230c7001cf4c7b (diff)
downloadcpython-f93f101450a4eaa4d807345fa833e0ba1c053e1e.zip
cpython-f93f101450a4eaa4d807345fa833e0ba1c053e1e.tar.gz
cpython-f93f101450a4eaa4d807345fa833e0ba1c053e1e.tar.bz2
(Makefile): Updated latex2html support.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index e609518..b7f247c 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -59,8 +59,8 @@ DVIPS= dvips -f
MAKEINDEX= makeindex
PYTHON= python
MAKEINFO= makeinfo
-L2H= /ufs/guido/l2h/latex2html
-L2HARGS= -address $$USER@`domainname` -dont_include myformat
+L2H= latex2html
+L2HARGS= -address $$USER@`domainname` -info ""
# Destination directory for output of libwww target.
PARTPARSE= $(PYTHON) ./partparse.pyc