mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
Jesse Weinstein: 30607: Doc/Makefile.in: fix ancient Codl
dependendency problems
This commit is contained in:
parent
1c0ed3b498
commit
3cdf730e52
2 changed files with 6 additions and 3 deletions
|
@ -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 $
|
||||
*****************************************************
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue