summaryrefslogtreecommitdiffstats
path: root/xslt/report-templates/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/report-templates/Makefile.am')
-rw-r--r--xslt/report-templates/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/xslt/report-templates/Makefile.am b/xslt/report-templates/Makefile.am
deleted file mode 100644
index e40f424..0000000
--- a/xslt/report-templates/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-####### 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