Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f93f101

Browse files
committed
(Makefile): Updated latex2html support.
1 parent 7a7480d commit f93f101

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ DVIPS= dvips -f
5959
MAKEINDEX= makeindex
6060
PYTHON= python
6161
MAKEINFO= makeinfo
62-
L2H= /ufs/guido/l2h/latex2html
63-
L2HARGS= -address $$USER@`domainname` -dont_include myformat
62+
L2H= latex2html
63+
L2HARGS= -address $$USER@`domainname` -info ""
6464

6565
# Destination directory for output of libwww target.
6666
PARTPARSE= $(PYTHON) ./partparse.pyc

0 commit comments

Comments
 (0)