From 3cdf730e52cca1274dec3853c0687d1553239b62 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 13 Aug 2012 08:52:13 +0000 Subject: Jesse Weinstein: 30607: Doc/Makefile.in: fix ancient Codl dependendency problems --- ChangeLog | 5 ++++- Doc/Makefile.in | 4 ++-- 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 + * 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) -- cgit 1.4.1