aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2023-06-19 20:45:16 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2023-06-19 20:45:16 +0300
commit60a09132b62c3cae86f5e832830a4490ba5bf712 (patch)
treea893191d13b0bf294fb81439a27505822e1bac67 /doc/Makefile.am
parentb65c64a200dac8194dacc90ae2150b683f64cd8a (diff)
downloadsciteco-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/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1afe7ee..9e32c19 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -22,10 +22,10 @@ dist_bin_SCRIPTS += grosciteco.tes
# Unfortunately, there is no way to query the built-in
# Groff tmac path.
# Therefore, the "sciteco" macros are installed into
-# SciTECO's pkgdatadir. Users can copy this file, set up
+# SciTECO's scitecodatadir. Users can copy this file, set up
# environment variables like $GROFF_TMAC_PATH or pass
# the directory via `groff -M`.
-dist_pkgdata_DATA = sciteco.tmac
+dist_scitecodata_DATA = sciteco.tmac
# Fix up the hash-bang line of installed SciTECO scripts upon
# installation to refer to the installed sciteco binary.