From 60a09132b62c3cae86f5e832830a4490ba5bf712 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 19 Jun 2023 20:45:16 +0300 Subject: 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. --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Makefile.am') 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. -- cgit v1.2.3