summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2021-02-10 14:59:09 -0500
committerShaun McCance <shaunm@redhat.com>2021-02-10 14:59:09 -0500
commit83285ef73649359eba97a27deb151a6758db4538 (patch)
tree148d60edcd1b1ea677e06293ac8e9a4bb736d026
parent863ebf4cbc776498e84d51d4bd81742242287756 (diff)
downloadyelp-xsl-83285ef73649359eba97a27deb151a6758db4538.tar.gz
Oops I forgot to add some CSS template files to Makefile.am
-rw-r--r--xslt/common/css/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/xslt/common/css/Makefile.am b/xslt/common/css/Makefile.am
index de375bd4..a41a3a4e 100644
--- a/xslt/common/css/Makefile.am
+++ b/xslt/common/css/Makefile.am
@@ -2,7 +2,10 @@ cssdir=$(datadir)/yelp-xsl/xslt/common/css
css_DATA = \
core.css.tmpl \
+ docbook.css.tmpl \
elements.css.tmpl \
+ mallard.css.tmpl \
+ mallard-editor.css.tmpl \
syntax.css.tmpl
EXTRA_DIST=$(css_DATA)