mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-27 11:20:27 -06:00
da10304b58
One template is the default one (common accounts), the other ("ry") is for a finnish non-profit organisation. Tuomo Kohvakka <tuomo.kohvakka@iki.fi> BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17607 57a11ea4-9604-0410-9ed3-97b8803252fd
10 lines
150 B
Makefile
10 lines
150 B
Makefile
|
|
accountdir = ${GNC_ACCOUNTS_DIR}/fi_FI
|
|
|
|
account_DATA = \
|
|
acctchrt_common.gnucash-xea \
|
|
acctchrt_ry.gnucash-xea
|
|
|
|
EXTRA_DIST = \
|
|
${account_DATA}
|