summaryrefslogtreecommitdiffstats
path: root/xslt/entry-templates/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-04 02:09:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-04 17:40:44 +0200
commit17002c193dcecec2cf95289e45ce29851c8ae804 (patch)
tree5b4586b6f1f1b4a96333de81c5c297a605fd6863 /xslt/entry-templates/Makefile.am
parent92f5d345028b7abfe69e087495ebd933bb68b2c9 (diff)
downloadtellico-17002c193dcecec2cf95289e45ce29851c8ae804.tar.gz
tellico-17002c193dcecec2cf95289e45ce29851c8ae804.zip
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'xslt/entry-templates/Makefile.am')
-rw-r--r--xslt/entry-templates/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/xslt/entry-templates/Makefile.am b/xslt/entry-templates/Makefile.am
deleted file mode 100644
index 897fadb..0000000
--- a/xslt/entry-templates/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-
-
-EXTRA_DIST = Default.xsl Video.xsl Album.xsl Fancy.xsl Compact.xsl
-
-####### tdevelop will overwrite this part!!! (end)############
-
-xsldir = $(kde_datadir)/tellico/entry-templates
-xsl_DATA = Default.xsl Video.xsl Album.xsl Fancy.xsl Compact.xsl
-
-KDE_OPTIONS = noautodist
-
-CLEANFILES = *~
-
-# probably a better way to do this
-uninstall-hook:
- -if [ -d $(xsldir) ]; then rmdir $(xsldir); fi