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.
18 lines
453 B
18 lines
453 B
15 years ago
|
####### kdevelop will overwrite this part!!! (begin)##########
|
||
|
|
||
|
|
||
|
EXTRA_DIST = Default.xsl Video.xsl Album.xsl Fancy.xsl Compact.xsl
|
||
|
|
||
|
####### kdevelop 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
|