From 53cccee5ecb307f861d6db46ba39e8653c8e7862 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 6 Dec 1999 04:45:47 +0000 Subject: zsh-workers/8903 --- Doc/zsh.yo | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Doc/zsh.yo.in | 87 ----------------------------------------------------------- 2 files changed, 87 insertions(+), 87 deletions(-) create mode 100644 Doc/zsh.yo delete mode 100644 Doc/zsh.yo.in (limited to 'Doc') diff --git a/Doc/zsh.yo b/Doc/zsh.yo new file mode 100644 index 000000000..c38313b4e --- /dev/null +++ b/Doc/zsh.yo @@ -0,0 +1,87 @@ +ifzman(\ +IFDEF(ZSHALL)(\ +def(ifzshone)(1)()\ +def(ifzshall)(1)(ARG1)\ +manpage(ZSHALL)(1)(date())(zsh version()) +manpagename(zshall)(the Z shell meta-man page) +)(\ +def(ifzshone)(1)(ARG1)\ +def(ifzshall)(1)()\ +manpage(ZSH)(1)(date())(zsh version()) +manpagename(zsh)(the Z shell) +)\ +)\ +ifnzman(\ +def(ifzshone)(1)()\ +def(ifzshall)(1)()\ +)\ +ifztexi( +texinfo(zsh.info)(zsh) +NOTRANS(@iftex +@finalout +@end iftex) +texititlepage() +texititle(The Z Shell Manual) +texisubtitle(Version version()) +texisubtitle(Updated date()) +texiauthor(Original documentation by Paul Falstad) +texipage() +This is a texinfo version of the documentation for the Z Shell, originally by +Paul Falstad. + +Permission is granted to make and distribute verbatim copies of +this manual provided the copyright notice and this permission notice +are preserved on all copies. + +Permission is granted to copy and distribute modified versions of this +manual under the conditions for verbatim copying, provided also that the +entire resulting derived work is distributed under the terms of a +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() +)\ +ifnzman(includefile(Zsh/manual.yo)) +includefile(Zsh/intro.yo) +includefile(Zsh/invoke.yo) +includefile(Zsh/files.yo) +ifnzman(includefile(Zsh/grammar.yo)) +ifnzman(includefile(Zsh/redirect.yo)) +ifnzman(includefile(Zsh/exec.yo)) +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/compctl.yo)) +ifnzman(includefile(Zsh/modules.yo)) +ifnzman(includefile(Zsh/compsys.yo)) +ifnzman(includefile(Zsh/zftpsys.yo)) +ifzshall(\ +def(source)(1)(NOTRANS(.so )man1/ARG1NOTRANS(.)1)\ +CMT() +source(zshmisc) +source(zshexpn) +source(zshparam) +source(zshoptions) +source(zshbuiltins) +source(zshzle) +source(zshcompwid) +source(zshcompctl) +source(zshmodules) +source(zshcompsys) +source(zshzftpsys) +manpage(ZSHALL)(1)(date())(zsh version()) +)\ +ifzman(includefile(Zsh/filelist.yo)) +ifzman(includefile(Zsh/seealso.yo)) +ifnzman(includefile(Zsh/index.yo)) diff --git a/Doc/zsh.yo.in b/Doc/zsh.yo.in deleted file mode 100644 index c38313b4e..000000000 --- a/Doc/zsh.yo.in +++ /dev/null @@ -1,87 +0,0 @@ -ifzman(\ -IFDEF(ZSHALL)(\ -def(ifzshone)(1)()\ -def(ifzshall)(1)(ARG1)\ -manpage(ZSHALL)(1)(date())(zsh version()) -manpagename(zshall)(the Z shell meta-man page) -)(\ -def(ifzshone)(1)(ARG1)\ -def(ifzshall)(1)()\ -manpage(ZSH)(1)(date())(zsh version()) -manpagename(zsh)(the Z shell) -)\ -)\ -ifnzman(\ -def(ifzshone)(1)()\ -def(ifzshall)(1)()\ -)\ -ifztexi( -texinfo(zsh.info)(zsh) -NOTRANS(@iftex -@finalout -@end iftex) -texititlepage() -texititle(The Z Shell Manual) -texisubtitle(Version version()) -texisubtitle(Updated date()) -texiauthor(Original documentation by Paul Falstad) -texipage() -This is a texinfo version of the documentation for the Z Shell, originally by -Paul Falstad. - -Permission is granted to make and distribute verbatim copies of -this manual provided the copyright notice and this permission notice -are preserved on all copies. - -Permission is granted to copy and distribute modified versions of this -manual under the conditions for verbatim copying, provided also that the -entire resulting derived work is distributed under the terms of a -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() -)\ -ifnzman(includefile(Zsh/manual.yo)) -includefile(Zsh/intro.yo) -includefile(Zsh/invoke.yo) -includefile(Zsh/files.yo) -ifnzman(includefile(Zsh/grammar.yo)) -ifnzman(includefile(Zsh/redirect.yo)) -ifnzman(includefile(Zsh/exec.yo)) -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/compctl.yo)) -ifnzman(includefile(Zsh/modules.yo)) -ifnzman(includefile(Zsh/compsys.yo)) -ifnzman(includefile(Zsh/zftpsys.yo)) -ifzshall(\ -def(source)(1)(NOTRANS(.so )man1/ARG1NOTRANS(.)1)\ -CMT() -source(zshmisc) -source(zshexpn) -source(zshparam) -source(zshoptions) -source(zshbuiltins) -source(zshzle) -source(zshcompwid) -source(zshcompctl) -source(zshmodules) -source(zshcompsys) -source(zshzftpsys) -manpage(ZSHALL)(1)(date())(zsh version()) -)\ -ifzman(includefile(Zsh/filelist.yo)) -ifzman(includefile(Zsh/seealso.yo)) -ifnzman(includefile(Zsh/index.yo)) -- cgit 1.4.1