mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
928 B
32 lines
928 B
|
|
|
|
set(account_DATA
|
|
acctchrt_gstindia.gnucash-xea)
|
|
# Fixme: do we want to copy this files, too?
|
|
# acctchrt_brokerage.gnucash-xea
|
|
# acctchrt_business.gnucash-xea
|
|
# acctchrt_carloan.gnucash-xea
|
|
# acctchrt_cdmoneymkt.gnucash-xea
|
|
# acctchrt_checkbook.gnucash-xea
|
|
# acctchrt_childcare.gnucash-xea
|
|
# acctchrt_common.gnucash-xea
|
|
# acctchrt_eduloan.gnucash-xea
|
|
# acctchrt_fixedassets.gnucash-xea
|
|
# acctchrt_homeloan.gnucash-xea
|
|
# acctchrt_homeown.gnucash-xea
|
|
# acctchrt_otherloan.gnucash-xea
|
|
# acctchrt_renter.gnucash-xea
|
|
# acctchrt_retiremt.gnucash-xea
|
|
# acctchrt_spouseinc.gnucash-xea
|
|
# acctchrt_spouseretire.gnucash-xea)
|
|
|
|
set_dist_list(EN_IN_DIST ${account_DATA}
|
|
# acctchrt_full.gnucash-xea
|
|
CMakeLists.txt)
|
|
|
|
install(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/en_IN)
|
|
|
|
foreach(acct_file ${account_DATA})
|
|
configure_file(${acct_file} ${ACCOUNTS_BUILD_DIR}/en_IN/${acct_file} COPYONLY)
|
|
endforeach()
|