about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/.cvsignore2
-rw-r--r--Doc/Makefile.in2
-rw-r--r--Doc/Zsh/manual.yo3
3 files changed, 4 insertions, 3 deletions
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()