gnucash/data/accounts/hr
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
..
acctchrt_car.gnucash-xea Fix some account template issues 2020-01-19 13:25:03 +00:00
acctchrt_cdmoneymkt.gnucash-xea Initial release of croatian accounts files 2019-02-13 15:54:36 +01:00
acctchrt_checkbook.gnucash-xea Various small improvements in the Croatian account files 2019-02-24 10:17:12 +01:00
acctchrt_common.gnucash-xea acctchrt_common correction 2019-02-28 19:17:36 +01:00
acctchrt_eduloan.gnucash-xea Croatian accounts correction 2019-02-28 14:17:51 +01:00
acctchrt_fixedassets.gnucash-xea Croatian accounts correction 2019-02-28 14:17:51 +01:00
acctchrt_homeloan.gnucash-xea Various small improvements in the Croatian account files 2019-02-24 10:17:12 +01:00
acctchrt_homeown.gnucash-xea Various small improvements in the Croatian account files 2019-02-24 10:17:12 +01:00
acctchrt_otherloan.gnucash-xea Various small improvements in the Croatian account files 2019-02-24 10:17:12 +01:00
acctchrt_renter.gnucash-xea Initial release of croatian accounts files 2019-02-13 15:54:36 +01:00
CMakeLists.txt CMake - use configure_file instead of file(COPY ) wherever possible 2020-04-19 21:23:22 +02:00