about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-08-13 08:52:13 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-08-13 08:52:13 +0000
commit3cdf730e52cca1274dec3853c0687d1553239b62 (patch)
treeaddf044d8ea9493d9a2bb0d866f30f6bc5657ca8
parent1c0ed3b49837ec6589f46656e3b2595ae93feab4 (diff)
downloadzsh-3cdf730e52cca1274dec3853c0687d1553239b62.tar.gz
zsh-3cdf730e52cca1274dec3853c0687d1553239b62.tar.xz
zsh-3cdf730e52cca1274dec3853c0687d1553239b62.zip
Jesse Weinstein: 30607: Doc/Makefile.in: fix ancient Codl
dependendency problems
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Makefile.in4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b8c22f46e..4978f2fb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-08-13  Peter Stephenson  <pws@csr.com>
 
+	* Jesse Weinstein: 30607: Doc/Makefile.in: fix ancient
+	dependency problem with moved Yodl files.
+
 	* Aaron Schrab: 30604: Src/Zle/zle_move.c: make repeating vi skip
 	character useful by ignoring character just matched.
 
@@ -16485,5 +16488,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5688 $
+* $Revision: 1.5689 $
 *****************************************************
diff --git a/Doc/Makefile.in b/Doc/Makefile.in
index 55e314224..dacbd5170 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -187,7 +187,7 @@ $(MAN): zmacros.yo zman.yo
 
 zsh.1 zshall.1: Zsh/intro.yo Zsh/metafaq.yo Zsh/invoke.yo Zsh/files.yo \
                 Zsh/filelist.yo Zsh/filelist.yo Zsh/seealso.yo \
-                Zsh/ftp_sites.yo
+                Zsh/ftp_sites.yo Zsh/compat.yo Zsh/restricted.yo
 
 zshbuiltins.1: Zsh/builtins.yo
 
@@ -205,7 +205,7 @@ zshexpn.1: Zsh/expn.yo
 
 zshmisc.1: Zsh/grammar.yo Zsh/redirect.yo Zsh/exec.yo Zsh/func.yo \
            Zsh/jobs.yo Zsh/arith.yo Zsh/cond.yo Zsh/compat.yo \
-           Zsh/prompt.yo Zsh/restricted.yo
+           Zsh/prompt.yo
 
 zshmodules.1: Zsh/modules.yo Zsh/modlist.yo Zsh/modmenu.yo $(MODDOCSRC)