From 24832377d7215614fa4ff735b1b85fa94513cdf4 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 24 Oct 2001 11:46:59 +0000 Subject: Fix for texi2html 1.64 --- Doc/.cvsignore | 2 +- Doc/Makefile.in | 2 +- Doc/Zsh/manual.yo | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'Doc') diff --git a/Doc/.cvsignore b/Doc/.cvsignore index 8ff3c2a87..02adfb3bc 100644 --- a/Doc/.cvsignore +++ b/Doc/.cvsignore @@ -3,7 +3,7 @@ version.yo zsh*.1 zsh.texi zsh.info* -zsh_*.html +zsh*.html zsh.aux zsh.toc zsh.cp zsh.cps zsh.fn zsh.fns diff --git a/Doc/Makefile.in b/Doc/Makefile.in index db47cd25f..91c969abb 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -40,7 +40,7 @@ INSTALL = @INSTALL@ MAKEINFO = makeinfo TEXI2DVI = texi2dvi DVIPS = dvips -TEXI2HTML = texi2html -expandinfo -split_chapter +TEXI2HTML = texi2html -expand info -split chapter .SUFFIXES: .yo .1 diff --git a/Doc/Zsh/manual.yo b/Doc/Zsh/manual.yo index b8c38b48e..686890acc 100644 --- a/Doc/Zsh/manual.yo +++ b/Doc/Zsh/manual.yo @@ -173,7 +173,8 @@ tt(http://zsh.sunsite.dk/Doc/). (The HTML version is produced with bf(texi2html), which may be obtained from tt(http://www.mathematik.uni-kl.de/~obachman/Texi2html/). The command is -`tt(texi2html -split_chapter -expandinfo zsh.texi)'.) +`tt(texi2html -split chapter -expand info zsh.texi)'. If necessary, +upgrade to version 1.64 of texi2html.) ) enditem() -- cgit 1.4.1