about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-10-24 11:46:59 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-10-24 11:46:59 +0000
commit24832377d7215614fa4ff735b1b85fa94513cdf4 (patch)
tree006bf7a8c62afffd0e42e773bc87f501ef7d8ed0
parentc162e7b5c5755ad7c4ca14aa85a576f1d1ba725a (diff)
downloadzsh-24832377d7215614fa4ff735b1b85fa94513cdf4.tar.gz
zsh-24832377d7215614fa4ff735b1b85fa94513cdf4.tar.xz
zsh-24832377d7215614fa4ff735b1b85fa94513cdf4.zip
Fix for texi2html 1.64
-rw-r--r--ChangeLog5
-rw-r--r--Doc/.cvsignore2
-rw-r--r--Doc/Makefile.in2
-rw-r--r--Doc/Zsh/manual.yo3
4 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f114f0b0c..9085b30ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-24  Peter Stephenson  <pws@csr.com>
+
+	* 16130: Doc/.cvsignore, Doc/Makefile.in, Doc/Zsh/manual.yo:
+	Fix for texi2html 1.64.
+
 2001-10-22  Bart Schaefer  <schaefer@zsh.org>
 
 	* 16111: Src/Builtins/rlimits.c: Report error on attempt to set
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()