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.
12 lines
344 B
12 lines
344 B
SET(account_DATA
|
|
acctchrt_common.gnucash-xea
|
|
acctchrt_homeloan.gnucash-xea
|
|
acctchrt_homeown.gnucash-xea
|
|
acctchrt_renter.gnucash-xea)
|
|
|
|
SET_DIST_LIST(RU_DIST ${account_DATA} Makefile.am CMakeLists.txt)
|
|
|
|
INSTALL(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/ru)
|
|
FILE(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/ru)
|
|
|