From: Fred Drake Date: Tue, 29 Oct 1996 16:07:46 +0000 (+0000) Subject: (Makefile): Updated latex2html support. X-Git-Tag: v1.5a1~964 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f93f101450a4eaa4d807345fa833e0ba1c053e1e;p=thirdparty%2FPython%2Fcpython.git (Makefile): Updated latex2html support. --- diff --git a/Doc/Makefile b/Doc/Makefile index e60951849935..b7f247c71d04 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