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

Skip to content

Commit 5f2aa71

Browse files
committed
(Makefile): Push texi2html.py options into a make variable.
1 parent 0282726 commit 5f2aa71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ L2HARGS= -address $$USER@`domainname` -dont_include myformat
5959

6060
# Destination directory for output of libwww target.
6161
PARTPARSE= $(PYTHON) ./partparse.pyc
62+
TEXI2HTMLFLAGS= -d
6263
TEXI2HTML= $(PYTHON) ./texi2html.pyc
6364
LIBHTMLDIR= ./python-lib
6465

@@ -187,7 +188,7 @@ lib.info: python-lib.info
187188

188189
libwww: lib.texi texi2html.pyc
189190
if test ! -d $(LIBHTMLDIR); then mkdir $(LIBHTMLDIR); else true; fi
190-
$(TEXI2HTML) -d lib.texi $(LIBHTMLDIR)
191+
$(TEXI2HTML) $(TEXI2HTMLFLAGS) lib.texi $(LIBHTMLDIR)
191192

192193
# Targets to convert the manuals to HTML using Nikos Drakos' LaTeX to
193194
# HTML converter. For more info on this program, see

0 commit comments

Comments
 (0)