diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-12-09 13:09:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-12-10 11:58:04 +0900 |
commit | cc22d7d083fa62523071a74683b227d838f6642f (patch) | |
tree | 5ad24d19df46d8bd0ea5acabfc3b83d5ddb8ef29 /kmymoney2/icons/hicolor/64x64 | |
parent | 19068f2c66533416fd57d236675e8882f5835165 (diff) | |
download | kmymoney-cc22d7d083fa62523071a74683b227d838f6642f.tar.gz kmymoney-cc22d7d083fa62523071a74683b227d838f6642f.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmymoney2/icons/hicolor/64x64')
-rw-r--r-- | kmymoney2/icons/hicolor/64x64/Makefile.am | 8 | ||||
-rw-r--r-- | kmymoney2/icons/hicolor/64x64/apps/Makefile.am | 18 |
2 files changed, 0 insertions, 26 deletions
diff --git a/kmymoney2/icons/hicolor/64x64/Makefile.am b/kmymoney2/icons/hicolor/64x64/Makefile.am deleted file mode 100644 index e5c1f4d..0000000 --- a/kmymoney2/icons/hicolor/64x64/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -SUBDIRS = apps - -LOCAL_DIR=kmymoney2/icons/hicolor/64x64 - -uninstall-local: - for i in $(SUBDIRS); do \ - rm -rf $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR)/$$i; \ - done diff --git a/kmymoney2/icons/hicolor/64x64/apps/Makefile.am b/kmymoney2/icons/hicolor/64x64/apps/Makefile.am deleted file mode 100644 index 7b8afca..0000000 --- a/kmymoney2/icons/hicolor/64x64/apps/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ - -LOCAL_DIR = kmymoney2/icons/hicolor/64x64/apps - -FILES = accounts.png account-types_asset.png account-types_cash.png account-types_checking.png account-types_credit-card.png account-types_investments.png account-types_liability.png account-types_loan.png account-types_savings.png categories.png forcast.png home.png institutions.png investments.png ledger.png payee.png report.png schedule.png onlinebanking.png budget.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 - - |