From b08d5e7dad907493bc6946ab708640b567e2dffe Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 15 Feb 2013 05:26:16 +0100 Subject: 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 --- doc/sciteco.1.in | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'doc/sciteco.1.in') 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 -- cgit v1.2.3