Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0282726 commit 5f2aa71Copy full SHA for 5f2aa71
1 file changed
Doc/Makefile
@@ -59,6 +59,7 @@ L2HARGS= -address $$USER@`domainname` -dont_include myformat
59
60
# Destination directory for output of libwww target.
61
PARTPARSE= $(PYTHON) ./partparse.pyc
62
+TEXI2HTMLFLAGS= -d
63
TEXI2HTML= $(PYTHON) ./texi2html.pyc
64
LIBHTMLDIR= ./python-lib
65
@@ -187,7 +188,7 @@ lib.info: python-lib.info
187
188
189
libwww: lib.texi texi2html.pyc
190
if test ! -d $(LIBHTMLDIR); then mkdir $(LIBHTMLDIR); else true; fi
- $(TEXI2HTML) -d lib.texi $(LIBHTMLDIR)
191
+ $(TEXI2HTML) $(TEXI2HTMLFLAGS) lib.texi $(LIBHTMLDIR)
192
193
# Targets to convert the manuals to HTML using Nikos Drakos' LaTeX to
194
# HTML converter. For more info on this program, see
0 commit comments