diff options
author | Lenard Spencer <lspencer31@cfl.rr.com> | 2018-07-04 07:51:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-07 06:54:14 +0700 |
commit | 5cb220fa5135a9e6d694374f2af0f634024e0146 (patch) | |
tree | 7289b2dc69f585bb23b1d6b718a3ea72226922a7 /office/gnucash-legacy-docs/README | |
parent | e9a0efbf819b0f9e1612150a324cfc8ace665c1b (diff) |
office/gnucash-legacy-docs: Added (Gnucash help and user guides).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/gnucash-legacy-docs/README')
-rw-r--r-- | office/gnucash-legacy-docs/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/office/gnucash-legacy-docs/README b/office/gnucash-legacy-docs/README new file mode 100644 index 0000000000000..f871bd2dcca05 --- /dev/null +++ b/office/gnucash-legacy-docs/README @@ -0,0 +1,23 @@ +This is the documentation package for Gnucash-legacy (2.6.x). + +This builds the internal help and user guides for Gnucash. + +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. + +For the HTML help and user guides to read outside the Gnucash +application, pass HTML="yes" to the script. + +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) + +Note: This script builds the internal guides in all available +languages, but the HTML guides are only in the spacified language +to save space and avoid any excessive package bloat. |