summaryrefslogtreecommitdiff
path: root/xslt/Makefile.am
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-05-05 12:03:20 -0400
committerShaun McCance <shaunm@gnome.org>2011-05-05 12:03:20 -0400
commit2807cedae09c2540194a7ded6a2726199e2ecaca (patch)
tree04bc102d2f5ddbc1429816198f845f8b4e809a7d /xslt/Makefile.am
parent17a7985b7c05a82e379caac319cef7a9f298f180 (diff)
downloadyelp-tools-2807cedae09c2540194a7ded6a2726199e2ecaca.tar.gz
yelp-check: Adding validate subcommand for Mallard
Diffstat (limited to 'xslt/Makefile.am')
-rw-r--r--xslt/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/xslt/Makefile.am b/xslt/Makefile.am
new file mode 100644
index 0000000..31384d7
--- /dev/null
+++ b/xslt/Makefile.am
@@ -0,0 +1,6 @@
+xsldir=$(datadir)/yelp-tools/xslt
+
+xsl_DATA = \
+ mal-rng.xsl
+
+EXTRA_DIST=$(xsl_DATA)