mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-06 09:01:13 +02:00
21499: Doc/Makefile.in: use newer texi2html syntax.
This commit is contained in:
parent
e3c5dd2dd9
commit
a4e534dcbc
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-07-20 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 21499: Doc/Makefile.in: use newer texi2html syntax.
|
||||||
|
|
||||||
2005-07-20 Peter Stephenson <pws@csr.com>
|
2005-07-20 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* 21498: configure.ac, Configs/defs.mk.in, Doc/Makefile.in,
|
* 21498: configure.ac, Configs/defs.mk.in, Doc/Makefile.in,
|
||||||
|
|
|
@ -40,7 +40,7 @@ INSTALL = @INSTALL@
|
||||||
MAKEINFO = makeinfo
|
MAKEINFO = makeinfo
|
||||||
TEXI2DVI = texi2dvi
|
TEXI2DVI = texi2dvi
|
||||||
DVIPS = dvips
|
DVIPS = dvips
|
||||||
TEXI2HTML = texi2html -expand info -split chapter
|
TEXI2HTML = texi2html --output . --ifinfo --split=chapter
|
||||||
|
|
||||||
.SUFFIXES: .yo .1
|
.SUFFIXES: .yo .1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue