You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
####### 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
|