Files
gnucash/doc
Geert Janssens 3dff4e5211 Fix make dist on a clean checkout
cmake with unix makefiles fails to resolve dist dependencies
added from COPY_FROM_BUILD if these dependencies aren't built yet.

This commit replaces the COPY_FROM_BUILD based logic with two new functions
'dist_add_configured' and 'dist_add_generated' to indicate which files should
be included in the dist tarball. The latter also adds a target level dependency
to the dist tarball custom command. Hence the former should
be used for files that get generated during a cmake run while the latter
should be used for files generated as the result of a 'make/ninja-build' run
(like files for which an add_custom_command rule exists).

Note: this commit also temporarily disables the dist target when building
from a tarball (and hence it won't be tested in distcheck either). This
will be handled in a future commit.
2018-01-29 19:46:44 +01:00
..
2018-01-13 12:52:57 -06:00
2017-01-23 11:50:00 +01:00
2017-01-23 11:50:00 +01:00
2017-01-23 11:50:00 +01:00
2017-01-23 11:50:00 +01:00
2017-01-23 11:50:00 +01:00

GnuCash is a free, open source accounting program released under the
GNU General Public License (GPL) and available for GNU/Linux, *BSD,
Solaris, Mac OSX, and Microsoft Windows.

Designed to be easy to use, yet powerful and flexible, GnuCash allows
you to track bank accounts, stocks, income and expenses. As quick and
intuitive to use as a checkbook register, it is based on professional
accounting principles to ensure balanced books and accurate reports.

-------------------

Available Support Options

Online FAQ:    http://wiki.gnucash.org/wiki/FAQ
Mailing Lists:  http://wiki.gnucash.org/wiki/Mailing_Lists
IRC (Chat):    Channel #gnucash on server irc.gnome.org, see also http://wiki.gnucash.org/wiki/IRC

If you encounter any bugs or problems, do not hesitate to report them
into our bug tracking tool "Bugzilla":
http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash

-------------------

Feature Highlights: 

    * Double-Entry Accounting
    * Stock/Bond/Mutual Fund Accounts
    * QIF/OFX Import
    * OFX/HBCI Online Banking
    * Reports, Graphs
    * Small-Business Accounting
    * Customers, Vendors, Jobs, Invoices, Accounts/Payables and /Receivables
    * Scheduled Transactions
    * Financial Calculations

More information and a Tutorial on how to get started can be found in
the "Help" menu when clicking on "Tutorial and Concepts Guide".

-------------------

About the Program:

GnuCash is a free, open source accounting program released under the
GNU General Public License (GPL). It is collaboratively developed by
12 people from over 6 countries.

Programming on GnuCash began in 1997, and its first release was in
1998. 

-------------------

This is the GnuCash 2.2.x README file for Windows binary packages.