summaryrefslogtreecommitdiffstats
path: root/xslt/entry-templates
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 18:44:34 +0200
commit438ed1ab7a6b70d6878b6dd5019a17d7903cf360 (patch)
tree6e0ee074a7ece0494375a95049ae1de114b9e45c /xslt/entry-templates
parentb6479767772bee82cd6e682bab243947a2f375ed (diff)
downloadtellico-438ed1ab7a6b70d6878b6dd5019a17d7903cf360.tar.gz
tellico-438ed1ab7a6b70d6878b6dd5019a17d7903cf360.zip
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 17002c193dcecec2cf95289e45ce29851c8ae804)
Diffstat (limited to 'xslt/entry-templates')
-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