summaryrefslogtreecommitdiffstats
path: root/xslt/entry-templates/Makefile.am
blob: 897fadbfdf0ead9842a4d6a1fc35ee370736de78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
####### 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