about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-04-17 13:14:45 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-04-17 13:14:45 +0000
commit126dbe29c75ba318426fd125651bb66472f1409a (patch)
tree349a36ea03a8bc38597d93b89ceb0d4c9abb1529
parent6f2e86514ace52da43519c9ddd1ea13dab23920b (diff)
downloadzsh-126dbe29c75ba318426fd125651bb66472f1409a.tar.gz
zsh-126dbe29c75ba318426fd125651bb66472f1409a.tar.xz
zsh-126dbe29c75ba318426fd125651bb66472f1409a.zip
Jesse W: 26840: texi2html instructions
-rw-r--r--ChangeLog6
-rw-r--r--Doc/Zsh/manual.yo6
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 98006044c..8c672458e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-17  Peter Stephenson  <pws@csr.com>
+
+	* Jesse W: 26840: Doc/Zsh/manual.yo: texi2html instructions.
+
 2009-04-16  Peter Stephenson  <pws@csr.com>
 
 	* unposted: Completion/Unix/Command/_mdmadm -> _mdadm
@@ -11558,5 +11562,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4652 $
+* $Revision: 1.4653 $
 *****************************************************
diff --git a/Doc/Zsh/manual.yo b/Doc/Zsh/manual.yo
index 3895b6a96..f248e70d8 100644
--- a/Doc/Zsh/manual.yo
+++ b/Doc/Zsh/manual.yo
@@ -187,9 +187,9 @@ An HTML version of this manual is available at the Zsh web site via:
 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 -expand info zsh.texi)'.  If necessary,
-upgrade to version 1.64 of texi2html.)
+from tt(http://www.nongnu.org/texi2html/). The command is
+`tt(texi2html --output .  --ifinfo --split=chapter --node-files zsh.texi)'.
+If necessary, upgrade to version 1.78 of texi2html.)
 )
 enditem()