diff options
author | Jun T <takimoto-j@kba.biglobe.ne.jp> | 2014-06-26 22:37:11 +0900 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-06-26 21:33:45 +0100 |
commit | fa4c71b29ef177077af778b45db1685563cb1ab4 (patch) | |
tree | 39d3d937894032486116c7c329c89efcda8d79fd | |
parent | e0dccff13e0c190e75d0a8d40537ea96abfecb93 (diff) | |
download | zsh-fa4c71b29ef177077af778b45db1685563cb1ab4.tar.gz zsh-fa4c71b29ef177077af778b45db1685563cb1ab4.tar.xz zsh-fa4c71b29ef177077af778b45db1685563cb1ab4.zip |
32812: put contents at start of manual
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/zsh.yo | 1 | ||||
-rw-r--r-- | Doc/ztexi.yo | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index ab803c20a..ad7641759 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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> * 32799: Doc/Zsh/builtins.yo, Src/Builtins/rlimits.c: resource diff --git a/Doc/zsh.yo b/Doc/zsh.yo index 0d815c2e0..7f6dbd2a3 100644 --- a/Doc/zsh.yo +++ b/Doc/zsh.yo @@ -41,6 +41,7 @@ permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions. texiendtitlepage() +NOTRANS(@contents) )\ ifnzman(includefile(Zsh/manual.yo)) includefile(Zsh/intro.yo) diff --git a/Doc/ztexi.yo b/Doc/ztexi.yo index e58ff3902..636896117 100644 --- a/Doc/ztexi.yo +++ b/Doc/ztexi.yo @@ -16,7 +16,6 @@ def(CMT)(0)(NOTRANS(@c)) ATEXIT(\ NL()\ - NOTRANS(@contents)+NL()\ NOTRANS(@bye)NL()\ ) |