diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-22 03:49:04 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-22 03:49:04 +0100 |
commit | 5d5182158a982057a9fe4c7b3f3ac81e1536f1ff (patch) | |
tree | b8a162b90b9615da35cf2ee397c7080ab57ab3a0 /doc | |
parent | 52934d6a7989983cfdb4d772217e45e2434d5db7 (diff) | |
download | sciteco-5d5182158a982057a9fe4c7b3f3ac81e1536f1ff.tar.gz |
added --with-default-scitecopath config option: default value of $SCITECOPATH
useful for Windows where the desired default path does not correspond with
the installation dir of the std lib macros
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sciteco.1.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index ea28c98..0c715ff 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -144,9 +144,9 @@ The following environment variables have a special meaning for 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@" . +It defaults to +.B "@DEFAULT_SCITECOPATH@" +(often the standard library path). . . .SH FILES @@ -158,6 +158,9 @@ Default profile macro. .B @pkgdatadir@/teco.ini Sample profile macro configuring commonly used run-time options and opening files specified as arguments. +.TP +.B @scitecolibdir@/... +Standard library macros. . . .SH BUGS |