diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-01-04 23:11:15 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-01-23 07:46:28 -0500 |
commit | 60bfefb6153def319115f84ba841b6663f7533c2 (patch) | |
tree | 1dd1d3b73028bd7605af156bd9f1373d07be4f5f /gnu/packages/gnucash.scm | |
parent | 2a67ea73c30b50456e5f7bcd5359d63f162297d9 (diff) | |
download | guix-60bfefb6153def319115f84ba841b6663f7533c2.tar guix-60bfefb6153def319115f84ba841b6663f7533c2.tar.gz |
gnu: gnucash: Add information about how to use the documentation.
It was not obvious that another application, Yelp, needed to be installed to
so that opening the help of GnuCash from within the application would work.
Fixes issue #33960 (see: https://issues.guix.info/issue/33960).
* gnu/packages/gnucash.scm (gnucash)[description]: Explain how to enable the
documentation.
Diffstat (limited to 'gnu/packages/gnucash.scm')
-rw-r--r-- | gnu/packages/gnucash.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index 057ca709d7..b22045eb8b 100644 --- a/gnu/packages/gnucash.scm +++ b/gnu/packages/gnucash.scm @@ -188,7 +188,10 @@ It can be used to track bank accounts, stocks, income and expenses, based on the double-entry accounting practice. It includes support for QIF/OFX/HBCI import and transaction matching. It also automates several tasks, such as -financial calculations or scheduled transactions.") +financial calculations or scheduled transactions. + +To make the GnuCash documentation available, its doc output must be +installed as well as Yelp, the Gnome help browser.") (license license:gpl3+))) ;; This package is not public, since we use it to build the "doc" output of |