about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-10-24 11:49:42 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-10-24 11:49:42 +0000
commit9494376087cffe7363db1a25fcb4171ed4e1b6fc (patch)
tree5c2adba4d7cb799856bb34b66f88375daa4d2d25
parentaae077ec2b4c9e0d2c1d3871673f5415c2b4534a (diff)
downloadzsh-9494376087cffe7363db1a25fcb4171ed4e1b6fc.tar.gz
zsh-9494376087cffe7363db1a25fcb4171ed4e1b6fc.tar.xz
zsh-9494376087cffe7363db1a25fcb4171ed4e1b6fc.zip
Fix for texi2html 1.64
-rw-r--r--ChangeLog5
-rw-r--r--Doc/.cvsignore3
-rw-r--r--Doc/Zsh/manual.yo3
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d8bc107b..dfb0d4c33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-24  Peter Stephenson  <pws@csr.com>
+
+	* 16130: Doc/.cvsignore, Doc/Zsh/manual.yo: Fix for texi2html
+	1.64.
+
 2001-10-24  Geoff Wing  <gcw@zsh.org>
 
 	* 16063: Src/zsh.h, Src/options.c, Src/Zle/zle_main.c,
diff --git a/Doc/.cvsignore b/Doc/.cvsignore
index 11b508947..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
@@ -13,3 +13,4 @@ zsh.vr zsh.vrs
 zsh.log zsh.dvi
 zsh.tp zsh.tps
 zsh_*.ps
+infodir
diff --git a/Doc/Zsh/manual.yo b/Doc/Zsh/manual.yo
index 8d89368f3..fb23e6fcf 100644
--- a/Doc/Zsh/manual.yo
+++ b/Doc/Zsh/manual.yo
@@ -176,7 +176,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()