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.
kmymoney/kmymoney2/icons/hicolor/16x16/actions/Makefile.am

18 lines
822 B

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