2018-03-29 16:27:52 +02:00
|
|
|
This is the documentation package for Gnucash.
|
|
|
|
|
|
|
|
This builds the internal help and user guides for Gnucash.
|
|
|
|
|
2020-09-05 03:17:40 +02:00
|
|
|
For the HTML help and user guides to read outside of the Gnucash
|
2018-07-04 03:18:36 +02:00
|
|
|
application, pass HTML="yes" to the script.
|
|
|
|
|
2018-05-04 17:39:57 +02:00
|
|
|
For the EPUB help and user guides, pass EPUB="yes" to the script.
|
|
|
|
|
|
|
|
For the PDF help and user guides, make sure fop is installed and
|
|
|
|
configured, and pass PDF="yes" to the script.
|
|
|
|
|
2018-07-04 03:18:36 +02:00
|
|
|
After installation, HTML, EPUB, and PDF documentation can be found
|
|
|
|
in /usr/doc/gnucash-$VERSION.
|
2018-03-29 16:27:52 +02:00
|
|
|
|
|
|
|
For a specific language, pass DOCLANG="xx", where xx is:
|
|
|
|
C for English (default)
|
|
|
|
de for German
|
|
|
|
it for Italian
|
|
|
|
pt for Portugese
|
|
|
|
ja for Japanese (guide only, no help - defaults to C)
|
|
|
|
ru for Russian (guide only, no help - defaults to C)
|
|
|
|
|
2018-07-04 03:18:36 +02:00
|
|
|
Note 1: This script builds the internal guides in all available
|
2018-03-29 16:27:52 +02:00
|
|
|
languages, but the HTML guides are only in the spacified language
|
2019-07-07 23:41:02 +02:00
|
|
|
to save space and avoid excessive package bloat.
|
2018-07-04 03:18:36 +02:00
|
|
|
|
2021-04-17 15:46:24 +02:00
|
|
|
Note 2: This builds the docs for version 4.x of Gnucash. If you
|
2018-07-04 03:18:36 +02:00
|
|
|
need the old stable 2.6 branch, use gnucash-legacy-docs, also
|
|
|
|
available on SBo.
|