~ubuntu-branches/ubuntu/utopic/yelp-xsl/utopic

« back to all changes in this revision

Viewing changes to xslt/common/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/common
 
2
 
 
3
xsl_DATA =              \
 
4
        color.xsl       \
 
5
        icons.xsl       \
 
6
        html.xsl        \
 
7
        utils.xsl
 
8
 
 
9
EXTRA_DIST=$(xsl_DATA)
 
10