summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-10-20 12:35:32 +0200
committerDavid King <amigadave@amigadave.com>2015-10-20 12:35:32 +0200
commit161c9c4de6e9a410f84fcdcaf6e497253cef7575 (patch)
treea182bf14619fc74527616cd477ba34be7c7820cc /Makefile.am
parent9c26b435d7861870766b787a0dee0cd66ad7e4d2 (diff)
downloadyelp-161c9c4de6e9a410f84fcdcaf6e497253cef7575.tar.gz
Convert data/xslt subdir to non-recursive make
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 22c08ed4..b29acb4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -126,6 +126,15 @@ dist_scalableicon_DATA = \
data/icons/hicolor/scalable/status/yelp-page-video-symbolic.svg \
data/icons/hicolor/scalable/status/yelp-page-symbolic.svg
+xsldir = $(pkgdatadir)/xslt
+
+xsl_DATA = \
+ data/xslt/db2html.xsl \
+ data/xslt/info2html.xsl \
+ data/xslt/mal2html.xsl \
+ data/xslt/man2html.xsl \
+ data/xslt/yelp-common.xsl
+
dist_noinst_DATA = \
$(desktop_in_files) \
$(gsettings_SCHEMAS) \