summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2021-02-01 20:15:25 -0500
committerShaun McCance <shaunm@redhat.com>2021-02-01 20:15:25 -0500
commite1fe3fb6f7a412a281a515f1127f5cc73f851e12 (patch)
tree0393bb8b2217440accb7746bc1c517be15a1de75 /xslt
parenta97c9ed35baa68ddefa8034cf97e13718034a246 (diff)
downloadyelp-tools-e1fe3fb6f7a412a281a515f1127f5cc73f851e12.tar.gz
Remove autotools stuff and fix up some data filespython-port
Diffstat (limited to 'xslt')
-rw-r--r--xslt/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/xslt/Makefile.am b/xslt/Makefile.am
deleted file mode 100644
index f4e62af..0000000
--- a/xslt/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-xsldir=$(datadir)/yelp-tools/xslt
-
-xsl_DATA = \
- comments.xsl \
- mal-epub.xsl \
- mal-opf.xsl \
- mal-files.xsl \
- mal-license.xsl \
- mal-ncx.xsl \
- mal-status.xsl \
- mal-rng.xsl \
- media.xsl
-
-EXTRA_DIST = \
- mal-ncx.xsl.in \
- mal-opf.xsl.in \
- $(xsl_DATA)