gnucash/doc
Geert Janssens 0cfb40efeb CMake - use configure_file instead of file(COPY ) wherever possible
file(COPY ) will only trigger when the destination file doesn't exist yet.
It won't retrigger on source file changes.
configure_file on the other hand will. To avoid unwanted substitution
attempts this can be invoked with the COPYONLY keyword.
Disadvantage of configure_file is that it will only take one
input file where file(COPY ) can operate on a list of files.
As such the configure_file statement has to be wrapped in a foreach.

A few uses of file(COPY ) can't be replaced as they are setting
file permissions. And the one in make_dist has been kept as that
always operates on an empty directory, hence copying is guaranteed.

The former will monitor the file for updates and copy it again
the latter will only copy the file if it doesn't exist in the destination yet
2020-04-19 21:23:22 +02:00
..
examples Update documentation referring to the deprecated gnc:module wrapper 2019-12-06 20:38:21 +01:00
CMakeLists.txt CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
gnc-fq-dump.1 Backport and review of commit c0fd3b3: 2018-03-10 10:20:26 +01:00
gnc-fq-helper.1 Bug #684719 - Man pages for gnc-fq-* perl scripts 2012-09-24 16:42:28 +00:00
gnucash.1.in Manpage generation tweaks 2019-08-24 17:33:16 +02:00
gtk-3.0.css Fix typos for gnuchash/ doc/ bindings/ and misc. 2019-09-13 20:26:03 -04:00
guile-hackers.txt Housekeeping - replace plenty of http links with https 2019-06-06 15:52:30 +02:00
projects.html Fix typos for gnuchash/ doc/ bindings/ and misc. 2019-09-13 20:26:03 -04:00
README-ca.win32-bin.txt Bug 797459 - Installation (for 3.7) Readme Version number shows 2.2.x 2019-10-15 10:55:18 -07:00
README-de.win32-bin.txt Bug 797459 - Installation (for 3.7) Readme Version number shows 2.2.x 2019-10-15 10:55:18 -07:00
README-fr.win32-bin.txt Bug 797459 - Installation (for 3.7) Readme Version number shows 2.2.x 2019-10-15 10:55:18 -07:00
README-hr.win32-bin.txt Bug 797459 - Installation (for 3.7) Readme Version number shows 2.2.x 2019-10-15 10:55:18 -07:00
README-it.win32-bin.txt Bug 797459 - Installation (for 3.7) Readme Version number shows 2.2.x 2019-10-15 10:55:18 -07:00
README-lv.win32-bin.txt Bug 797459 - Installation (for 3.7) Readme Version number shows 2.2.x 2019-10-15 10:55:18 -07:00
README-nl.win32-bin.txt Correct Dutch Win32 README file 2019-10-17 22:15:00 +02:00
README-zh_CN.win32-bin.txt Bug 797459 - Installation (for 3.7) Readme Version number shows 2.2.x 2019-10-15 10:55:18 -07:00
README-zh_TW.win32-bin.txt Bug 797459 - Installation (for 3.7) Readme Version number shows 2.2.x 2019-10-15 10:55:18 -07:00
README.francais Housekeeping - replace plenty of http links with https 2019-06-06 15:52:30 +02:00
README.german Housekeeping - replace plenty of http links with https 2019-06-06 15:52:30 +02:00
README.HBCI Housekeeping - replace plenty of http links with https 2019-06-06 15:52:30 +02:00
README.OFX Fix typos for gnuchash/ doc/ bindings/ and misc. 2019-09-13 20:26:03 -04:00
README.translator.txt Fix Typos in doc/README.translator.txt 2016-02-01 18:13:55 +01:00
README.win32-bin.txt Bug 797459 - Installation (for 3.7) Readme Version number shows 2.2.x 2019-10-15 10:55:18 -07:00
tip_of_the_day.list.c CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00
TRANSLATION_HOWTO Fix typos for gnuchash/ doc/ bindings/ and misc. 2019-09-13 20:26:03 -04:00
What_is_Euro_support Collapse the gnome2 branch back into HEAD. 2005-11-02 03:32:36 +00: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:    https://wiki.gnucash.org/wiki/FAQ
Mailing Lists:  https://wiki.gnucash.org/wiki/Mailing_Lists
IRC (Chat):    Channel #gnucash on server irc.gnome.org, see also https://wiki.gnucash.org/wiki/IRC

If you encounter any bugs or problems, do not hesitate to report them
into our bug tracking tool "Bugzilla":
https://bugs.gnucash.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). More than 200 programmers and 40
documentors have contributed to its development over 20+ years, please
see the AUTHORS and DOCUMENTORS files.

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

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