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.
tellico/xslt/report-templates/Makefile.am

22 lines
663 B

####### tdevelop 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
####### tdevelop 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