From cc22d7d083fa62523071a74683b227d838f6642f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 9 Dec 2022 13:09:00 +0900 Subject: Drop automake build support. Signed-off-by: Michele Calgaro --- kmymoney2/html/Makefile.am | 23 ----------------------- kmymoney2/html/images/Makefile.am | 20 -------------------- 2 files changed, 43 deletions(-) delete mode 100644 kmymoney2/html/Makefile.am delete mode 100644 kmymoney2/html/images/Makefile.am (limited to 'kmymoney2/html') diff --git a/kmymoney2/html/Makefile.am b/kmymoney2/html/Makefile.am deleted file mode 100644 index 0d37ad0..0000000 --- a/kmymoney2/html/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -KDE_OPTIONS = noautodist - -SUBDIRS = images - -HOMEPAGES = home_pt_BR.html home_de.html home_es.html home_fr.html home_gl.html home.html home_it.html home_nl.html home_ro.html home_ru.html home_tr.html home_pt.html - -WHATSNEWPAGES = whats_new_pt_BR.html whats_new_de.html whats_new_es.html whats_new_fr.html whats_new_gl.html whats_new.html whats_new_it.html whats_new_nl.html whats_new_ro.html whats_new_ru.html whats_new_tr.html - -EXTRA_DIST = $(HOMEPAGES) $(WHATSNEWPAGES) kmymoney2.css welcome.css - -LOCAL_DIR = kmymoney2/html - -install-data-local: - $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR) - for file in $(EXTRA_DIST); do \ - $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR); \ - done - -uninstall-local: - for file in $(EXTRA_DIST); do \ - rm -f $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR)/$$file; \ - done - diff --git a/kmymoney2/html/images/Makefile.am b/kmymoney2/html/images/Makefile.am deleted file mode 100644 index e2341ed..0000000 --- a/kmymoney2/html/images/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - -KDE_OPTIONS = noautodist - -EXTRA_DIST = backarrow.png background.png bc.png bl.png bottomleft.png bottomright.png br.png center.png filenew.png kmymoneydata.png konqueror.png lc.png manual.png messagebox_info.png original-trans_logo.png rc.png rightborder.png spacer.png tc.png title-center.png title-left.png title-right.png tl.png topleft.png topright.png trans_logo.png tr.png spacer.gif shadow.png currencyflourish.png top-shadow.png arrow.png bg-texture.png about_kde.png - -LOCAL_DIR = kmymoney2/html/images - -install-data-local: - $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kmymoney2/html/images - for file in $(EXTRA_DIST); do \ - $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR); \ - done - -uninstall-local: - for file in $(EXTRA_DIST); do \ - rm -f $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR)/$$file; \ - done - -####### tdevelop will overwrite this part!!! (end)############ -- cgit v1.2.1