diff options
author | Shaun McCance <shaunm@redhat.com> | 2021-02-10 14:59:09 -0500 |
---|---|---|
committer | Shaun McCance <shaunm@redhat.com> | 2021-02-10 14:59:09 -0500 |
commit | 83285ef73649359eba97a27deb151a6758db4538 (patch) | |
tree | 148d60edcd1b1ea677e06293ac8e9a4bb736d026 | |
parent | 863ebf4cbc776498e84d51d4bd81742242287756 (diff) | |
download | yelp-xsl-83285ef73649359eba97a27deb151a6758db4538.tar.gz |
Oops I forgot to add some CSS template files to Makefile.am
-rw-r--r-- | xslt/common/css/Makefile.am | 3 |
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) |