summaryrefslogtreecommitdiffstats
path: root/kmymoney2/html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-12-09 13:09:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-12-10 11:58:04 +0900
commitcc22d7d083fa62523071a74683b227d838f6642f (patch)
tree5ad24d19df46d8bd0ea5acabfc3b83d5ddb8ef29 /kmymoney2/html
parent19068f2c66533416fd57d236675e8882f5835165 (diff)
downloadkmymoney-cc22d7d083fa62523071a74683b227d838f6642f.tar.gz
kmymoney-cc22d7d083fa62523071a74683b227d838f6642f.zip
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmymoney2/html')
-rw-r--r--kmymoney2/html/Makefile.am23
-rw-r--r--kmymoney2/html/images/Makefile.am20
2 files changed, 0 insertions, 43 deletions
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)############