diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-06-19 20:45:16 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-06-19 20:45:16 +0300 |
commit | 60a09132b62c3cae86f5e832830a4490ba5bf712 (patch) | |
tree | a893191d13b0bf294fb81439a27505822e1bac67 /doc/sciteco.7.template | |
parent | b65c64a200dac8194dacc90ae2150b683f64cd8a (diff) | |
download | sciteco-60a09132b62c3cae86f5e832830a4490ba5bf712.tar.gz |
the SciTECO data installation path is now configurable via --with-scitecodatadir
* This is also the base of $SCITECOPATH.
* Changing it is useful for packaging where it is not possible to factor out the common
files between Curses and Gtk builds into a "sciteco-common" package.
As an alternative, you can now create disjunct sciteco-curses and sciteco-gtk packages.
* You will most likely want to use this for Gtk builds as in:
--with-interface=gtk --program-prefix=g --with-scitecodatadir=/usr/local/share/gsciteco.
Diffstat (limited to 'doc/sciteco.7.template')
-rw-r--r-- | doc/sciteco.7.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 4c06770..2ad16d3 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -863,7 +863,7 @@ The CSS file is loaded from .B $SCITECOCONFIG/.teco_css if it is existing. Else, \*(ST loads the fallback CSS at -.BR @pkgdatadir@/fallback.css , +.BR @scitecodatadir@/fallback.css , which can also be used as a template when writing \fB.teco_css\fP. The fallback CSS can also be consulted for additional documentation on \*(ST's named widgets and special CSS classes. |