README 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. This is the documentation package for Gnucash.
  2. This builds the internal help and user guides for Gnucash.
  3. For the HTML help and user guides to read outside of the Gnucash
  4. application, pass HTML="yes" to the script.
  5. For the epub help and user guides, pass EPUB="yes" to the script.
  6. For the mobi (Amazon Kindle) help and user guides, make sure
  7. calibre-bin is installed, and pass MOBI="yes" to the script.
  8. (Note: mobi is generated from epub, so this generates epub files
  9. as well.)
  10. For the PDF help and user guides, make sure fop is installed and
  11. configured, and pass PDF="yes" to the script.
  12. After installation, HTML, EPUB, MOBI and PDF documentation can be found
  13. in /usr/doc/gnucash-$VERSION.
  14. For a specific language, pass DOCLANG="xx", where xx is:
  15. C for English (default)
  16. de for German
  17. it for Italian
  18. pt for Portugese
  19. ja for Japanese (guide only, no help - defaults to C)
  20. NOTE: the Russian translation has been dropped
  21. Note: This script builds the internal guides in all available
  22. languages, but the HTML guides are only in the spacified language
  23. to save space and avoid excessive package bloat.
  24. Runtime dependencies are yelp and rarian.