diff options
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. |