diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2009-05-30 22:28:50 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-05-30 22:28:50 +0000 |
| commit | cf486f41a4240f23b8ff954c14dd09bdd6c005ab (patch) | |
| tree | 96608cbaf831453bbf86f50d1a76a23e72b6ad63 /Doc/Makefile.in | |
| parent | 27025: define _GNU_SOURCE on the Hurd. (diff) | |
| download | zsh-cf486f41a4240f23b8ff954c14dd09bdd6c005ab.tar zsh-cf486f41a4240f23b8ff954c14dd09bdd6c005ab.tar.gz zsh-cf486f41a4240f23b8ff954c14dd09bdd6c005ab.tar.bz2 zsh-cf486f41a4240f23b8ff954c14dd09bdd6c005ab.tar.lz zsh-cf486f41a4240f23b8ff954c14dd09bdd6c005ab.tar.xz zsh-cf486f41a4240f23b8ff954c14dd09bdd6c005ab.tar.zst zsh-cf486f41a4240f23b8ff954c14dd09bdd6c005ab.zip | |
Jesse W: 27024: allow overriding TEXI2HTML.
Diffstat (limited to 'Doc/Makefile.in')
| -rw-r--r-- | Doc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in index 0b8cab5eb..3374ea705 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -40,7 +40,7 @@ INSTALL = @INSTALL@ MAKEINFO = makeinfo TEXI2DVI = texi2dvi DVIPS = dvips -TEXI2HTML = texi2html --output . --ifinfo --split=chapter --node-files +TEXI2HTML = @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files .SUFFIXES: .yo .1 |
