mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
32812: put contents at start of manual
This commit is contained in:
parent
e0dccff13e
commit
fa4c71b29e
3 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2014-06-26 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* Jun T: 32812: Doc/zsh.yo, Doc/ztexi.yo: put table of contents
|
||||||
|
at front of manual.
|
||||||
|
|
||||||
2014-06-26 Peter Stephenson <p.stephenson@samsung.com>
|
2014-06-26 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
* 32799: Doc/Zsh/builtins.yo, Src/Builtins/rlimits.c: resource
|
* 32799: Doc/Zsh/builtins.yo, Src/Builtins/rlimits.c: resource
|
||||||
|
|
|
@ -41,6 +41,7 @@ permission notice identical to this one.
|
||||||
Permission is granted to copy and distribute translations of this manual
|
Permission is granted to copy and distribute translations of this manual
|
||||||
into another language, under the above conditions for modified versions.
|
into another language, under the above conditions for modified versions.
|
||||||
texiendtitlepage()
|
texiendtitlepage()
|
||||||
|
NOTRANS(@contents)
|
||||||
)\
|
)\
|
||||||
ifnzman(includefile(Zsh/manual.yo))
|
ifnzman(includefile(Zsh/manual.yo))
|
||||||
includefile(Zsh/intro.yo)
|
includefile(Zsh/intro.yo)
|
||||||
|
|
|
@ -16,7 +16,6 @@ def(CMT)(0)(NOTRANS(@c))
|
||||||
|
|
||||||
ATEXIT(\
|
ATEXIT(\
|
||||||
NL()\
|
NL()\
|
||||||
NOTRANS(@contents)+NL()\
|
|
||||||
NOTRANS(@bye)NL()\
|
NOTRANS(@bye)NL()\
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue