Move accounts, checks and pixmaps into a data directory

At the same time move the art directory into contrib to unclutter the top level
This commit is contained in:
Geert Janssens
2017-08-11 22:14:31 +02:00
parent 83d14e1c1c
commit afecab330a
518 changed files with 60 additions and 47 deletions

View File

@@ -0,0 +1,21 @@
SET(account_DATA
acctchrt_brokerage.gnucash-xea
acctchrt_carloan.gnucash-xea
acctchrt_cdmoneymkt.gnucash-xea
acctchrt_childcare.gnucash-xea
acctchrt_common.gnucash-xea
acctchrt_currency.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(ES_ES_DIST ${account_DATA} Makefile.am CMakeLists.txt)
INSTALL(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/es_ES)
FILE(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/es_ES)