1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-10 12:40:58 +02:00

Merge 21898, 21899, 22360/22365: support version 2 of Yodl.

This commit is contained in:
Paul Ackersviller 2007-05-31 04:04:14 +00:00
parent c6597b6a7d
commit c0c08b1d4f

View file

@ -44,6 +44,7 @@ texiendtitlepage()
)\
ifnzman(includefile(Zsh/manual.yo))
includefile(Zsh/intro.yo)
ifnzman(includefile(Zsh/roadmap.yo))
includefile(Zsh/invoke.yo)
includefile(Zsh/files.yo)
ifnzman(includefile(Zsh/grammar.yo))
@ -53,22 +54,23 @@ ifnzman(includefile(Zsh/func.yo))
ifnzman(includefile(Zsh/jobs.yo))
ifnzman(includefile(Zsh/arith.yo))
ifnzman(includefile(Zsh/cond.yo))
ifnzman(includefile(Zsh/compat.yo))
ifnzman(includefile(Zsh/prompt.yo))
ifnzman(includefile(Zsh/restricted.yo))
ifnzman(includefile(Zsh/expn.yo))
ifnzman(includefile(Zsh/params.yo))
ifnzman(includefile(Zsh/options.yo))
ifnzman(includefile(Zsh/builtins.yo))
ifnzman(includefile(Zsh/zle.yo))
ifnzman(includefile(Zsh/compwid.yo))
ifnzman(includefile(Zsh/compsys.yo))
ifnzman(includefile(Zsh/compctl.yo))
ifnzman(includefile(Zsh/modules.yo))
ifnzman(includefile(Zsh/compsys.yo))
ifnzman(includefile(Zsh/tcpsys.yo))
ifnzman(includefile(Zsh/zftpsys.yo))
ifnzman(includefile(Zsh/contrib.yo))
ifzshall(\
def(source)(1)(NOTRANS(.so )man1/ARG1NOTRANS(.)1)\
def(source)(1)(NOTRANS(.so )man1/ARG1+NOTRANS(.)1)\
CMT()
source(zshroadmap)
source(zshmisc)
source(zshexpn)
source(zshparam)
@ -76,10 +78,12 @@ source(zshoptions)
source(zshbuiltins)
source(zshzle)
source(zshcompwid)
source(zshcompsys)
source(zshcompctl)
source(zshmodules)
source(zshcompsys)
source(zshtcpsys)
source(zshzftpsys)
source(zshcontrib)
manpage(ZSHALL)(1)(date())(zsh version())
)\
ifzman(includefile(Zsh/filelist.yo))