diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2005-07-20 16:39:57 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2005-07-20 16:39:57 +0000 |
| commit | a4e534dcbc8238ddf13a1102f21681ee8735adcf (patch) | |
| tree | b33fb9fecd452f6229faf27f9da37440c8f2e538 | |
| parent | 21498: Add zsh/newuser module (diff) | |
| download | zsh-a4e534dcbc8238ddf13a1102f21681ee8735adcf.tar zsh-a4e534dcbc8238ddf13a1102f21681ee8735adcf.tar.gz zsh-a4e534dcbc8238ddf13a1102f21681ee8735adcf.tar.bz2 zsh-a4e534dcbc8238ddf13a1102f21681ee8735adcf.tar.lz zsh-a4e534dcbc8238ddf13a1102f21681ee8735adcf.tar.xz zsh-a4e534dcbc8238ddf13a1102f21681ee8735adcf.tar.zst zsh-a4e534dcbc8238ddf13a1102f21681ee8735adcf.zip | |
21499: Doc/Makefile.in: use newer texi2html syntax.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Doc/Makefile.in | 2 |
2 files changed, 5 insertions, 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> * 21498: configure.ac, Configs/defs.mk.in, Doc/Makefile.in, diff --git a/Doc/Makefile.in b/Doc/Makefile.in index f1cbb3d8b..8b29a08ae 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -40,7 +40,7 @@ INSTALL = @INSTALL@ MAKEINFO = makeinfo TEXI2DVI = texi2dvi DVIPS = dvips -TEXI2HTML = texi2html -expand info -split chapter +TEXI2HTML = texi2html --output . --ifinfo --split=chapter .SUFFIXES: .yo .1 |
