blob: 36c6dcac44ecac43430b53364ec0c96406807b01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
####### kdevelop will overwrite this part!!! (begin)##########
EXTRA_DIST = Column_View.xsl Title_Listing_(Horizontal).xsl\
Title_Listing_(Vertical).xsl Group_View.xsl Image_List.xsl \
Loan_View.xsl Group_Summary.xsl Tri-Column.xsl
####### kdevelop will overwrite this part!!! (end)############
xsldir = $(kde_datadir)/tellico/report-templates
xsl_DATA = Column_View.xsl Title_Listing_(Horizontal).xsl \
Title_Listing_(Vertical).xsl Group_View.xsl Image_List.xsl \
Loan_View.xsl Group_Summary.xsl Tri-Column.xsl
KDE_OPTIONS = noautodist
CLEANFILES = *~
# probably a better way to do this
uninstall-hook:
-if [ -d $(xsldir) ]; then rmdir $(xsldir); fi
|