summaryrefslogtreecommitdiffstats
path: root/xslt/entry-templates/Makefile.am
diff options
context:
space:
mode:
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