Fixed GNOMEDIR path description

svn: r937
This commit is contained in:
Donald A. Peterson 2002-04-18 23:12:35 +00:00
parent aeaef72c20
commit 69d9e89103

View File

@ -46,10 +46,12 @@ http://gramps.sourceforge.net/help.html
(*) More precisely, they are installed in ${prefix}/share/gnome/help, where (*) More precisely, they are installed in ${prefix}/share/gnome/help, where
${prefix} is given by the --prefix= option to configure. If this is ${prefix} is given by the --prefix= option to configure. If this is
different from where your standard GNOME installation looks for help files different from where your standard GNOME installation looks for help files
and documentation, then set your GNOMEDIR environment variable to this path and documentation, then set your GNOMEDIR environment variable to the
before starting gramps. For example, ${prefix} path before starting gramps. For example, if you are installing
in tcsh: setenv GNOMEDIR /usr/local/share/gnome/help gramps in /usr/local/, then type the following:
in bash: GNOMEDIR=/usr/local/share/gnome/help ; export GNOMEDIR in tcsh: setenv GNOMEDIR /usr/local/
in bash: GNOMEDIR=/usr/local/ ; export GNOMEDIR
Building on non-Linux systems: i18n support and GNU make Building on non-Linux systems: i18n support and GNU make
-------------------------------------------------------- --------------------------------------------------------