summaryrefslogtreecommitdiffstats
path: root/Util
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-04-15 18:11:42 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-04-15 18:11:42 +0000
commit20d67907c95265356b51dbdce8ecc0c1ede9e66b (patch)
tree69b0777db02f96555b3a0587cd630025062a7f09 /Util
parentzsh-3.1.5-pws-4 (diff)
downloadzsh-20d67907c95265356b51dbdce8ecc0c1ede9e66b.tar
zsh-20d67907c95265356b51dbdce8ecc0c1ede9e66b.tar.gz
zsh-20d67907c95265356b51dbdce8ecc0c1ede9e66b.tar.bz2
zsh-20d67907c95265356b51dbdce8ecc0c1ede9e66b.tar.lz
zsh-20d67907c95265356b51dbdce8ecc0c1ede9e66b.tar.xz
zsh-20d67907c95265356b51dbdce8ecc0c1ede9e66b.tar.zst
zsh-20d67907c95265356b51dbdce8ecc0c1ede9e66b.zip
zsh-3.1.5-pws-5zsh-3.1.5-pws-5
Diffstat (limited to 'Util')
-rw-r--r--Util/zsh-development-guide21
1 files changed, 12 insertions, 9 deletions
diff --git a/Util/zsh-development-guide b/Util/zsh-development-guide
index 73ac120ab..f779b17b3 100644
--- a/Util/zsh-development-guide
+++ b/Util/zsh-development-guide
@@ -120,15 +120,18 @@ Modules are described by a file named `foo.mdd' for a module
is build. To describe the module it can/should set the following shell
variables:
- - moddeps modules on which this module depends (default none)
- - nozshdep non-empty indicates no dependence on the `zsh' pseudo-module
- - alwayslink if non-empty, always link the module into the executable
- - autobins builtins defined by the module, for autoloading
- - objects .o files making up this module (*must* be defined)
- - proto .pro files for this module (default generated from $objects)
- - headers extra headers for this module (default none)
- - hdrdeps extra headers on which the .mdh depends (default none)
- - otherincs extra headers that are included indirectly (default none)
+ - moddeps modules on which this module depends (default none)
+ - nozshdep non-empty indicates no dependence on the `zsh' pseudo-module
+ - alwayslink if non-empty, always link the module into the executable
+ - autobins builtins defined by the module, for autoloading
+ - autoinfixconds infix condition codes defined by the module, for
+ autoloading (without the leading `-')
+ - autoprefixconds like autoinfixconds, but for prefix condition codes
+ - objects .o files making up this module (*must* be defined)
+ - proto .pro files for this module (default generated from $objects)
+ - headers extra headers for this module (default none)
+ - hdrdeps extra headers on which the .mdh depends (default none)
+ - otherincs extra headers that are included indirectly (default none)
Be sure to put the values in quotes. For further enlightenment have a
look at the `mkmakemod.sh' script in the Src directory of the