summaryrefslogtreecommitdiffstats
path: root/kmymoney2/icons/hicolor/16x16/actions/Makefile.am
blob: 6073bb0db0af8de2b75ac125b2d9c64413402470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

LOCAL_DIR=kmymoney2/icons/hicolor/16x16/actions

FILES = bank.png categories.png pay_edit.png transaction_export.png transaction_find.png transaction_import.png reconcile.png backup.png close_window.png delete.png personal_data.png transaction.png view_info.png account_add.png account_open.png ledger.png account-type_asset.png account-type_liability.png account-type_expense.png account-type_income.png institution_add.png unreconciled.png hide_categories.png hide_reconciled.png update_prices.png split_transaction.png

install-data-local:
	$(mkinstalldirs) $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR)
	for file in $(FILES); do \
	  $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR); \
	done


uninstall-local:
	for file in $(FILES); do \
	  rm -f $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR)/$$file; \
	done