summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)