]> granicus.if.org Git - python/commitdiff
(Makefile): Push texi2html.py options into a make variable.
authorFred Drake <fdrake@acm.org>
Wed, 9 Oct 1996 19:33:17 +0000 (19:33 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 9 Oct 1996 19:33:17 +0000 (19:33 +0000)
Doc/Makefile

index c0556bdc42534c6af8b716b67a802fd7798603d7..a09b1bf7680b3864f2339e9b47e2cecb13abaf45 100644 (file)
@@ -59,6 +59,7 @@ L2HARGS=      -address $$USER@`domainname` -dont_include myformat
 
 # Destination directory for output of libwww target.
 PARTPARSE=     $(PYTHON) ./partparse.pyc
+TEXI2HTMLFLAGS= -d
 TEXI2HTML=     $(PYTHON) ./texi2html.pyc
 LIBHTMLDIR=    ./python-lib
 
@@ -187,7 +188,7 @@ lib.info: python-lib.info
 
 libwww: lib.texi texi2html.pyc
        if test ! -d $(LIBHTMLDIR); then mkdir $(LIBHTMLDIR); else true; fi
-       $(TEXI2HTML) -d lib.texi $(LIBHTMLDIR)
+       $(TEXI2HTML) $(TEXI2HTMLFLAGS) lib.texi $(LIBHTMLDIR)
 
 # Targets to convert the manuals to HTML using Nikos Drakos' LaTeX to
 # HTML converter.  For more info on this program, see