diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-15 05:26:16 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-15 05:26:16 +0100 |
commit | b08d5e7dad907493bc6946ab708640b567e2dffe (patch) | |
tree | 42008b931d9c9e900e3f8eeb9279a8a18758f61d /doc/sciteco.1.in | |
parent | f63cf74a89027988aed16e2069c1ca8486c749b5 (diff) | |
download | sciteco-b08d5e7dad907493bc6946ab708640b567e2dffe.tar.gz |
install standard macros into special standard library path (pkgdatadir/lib)
* SCITECOPATH environment variable defaults to this directory
* manpage updated
* default teco.ini updated: no need to generate it anymore
Diffstat (limited to 'doc/sciteco.1.in')
-rw-r--r-- | doc/sciteco.1.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index 8e9b88f..ea28c98 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -128,6 +128,27 @@ Default is batch mode processing. . . +.SH ENVIRONMENT +. +Before \*(ST executes any macro, all of the variables in the process +environment are inserted into the global +.I Q-Register +table. +A dollar sign is prepended before each variable name, so that for +instance the variable \(lqHOME\(rq can be examined by macros by +reading the string-content of Q-Register \(lq$HOME\(rq. +The following environment variables have a special meaning for +\*(ST: +.TP +.B SCITECOPATH +Standard library macro path. +Macros can expect to find standard library macros in this +directory. +Therefore if undefined it defaults to the standard library +installation directory +.BR "@scitecopathdir@" . +. +. .SH FILES . .TP |