~ubuntu-branches/ubuntu/vivid/yelp-xsl/vivid-proposed

« back to all changes in this revision

Viewing changes to xslt/mallard/html/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-29 10:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20101129100013-1fxze8fm1fegxl8w
Tags: upstream-2.31.6
ImportĀ upstreamĀ versionĀ 2.31.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
xsldir=$(datadir)/yelp-xsl/xslt/mallard/html
 
2
 
 
3
xsl_DATA =                              \
 
4
        mal2html-block.xsl              \
 
5
        mal2html-inline.xsl             \
 
6
        mal2html-list.xsl               \
 
7
        mal2html-media.xsl              \
 
8
        mal2html-page.xsl               \
 
9
        mal2html-svg.xsl                \
 
10
        mal2html-table.xsl              \
 
11
        mal2html.xsl                    \
 
12
        mal2xhtml.xsl
 
13
 
 
14
EXTRA_DIST=$(xsl_DATA)