~ubuntu-branches/ubuntu/trusty/yelp-xsl/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-09-28 16:28:04 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: package-import@ubuntu.com-20110928162804-hkrsv2trn2z7q6d7
Tags: 3.2.0-1
* New upstream release.
* debian/control.in:
  - Update Vcs-* fields.
  - Add Build-Depends on itstool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
INTLTOOL_MERGE = @INTLTOOL_MERGE@
99
99
INTLTOOL_PERL = @INTLTOOL_PERL@
100
100
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
101
ITSTOOL = @ITSTOOL@
101
102
LDFLAGS = @LDFLAGS@
102
103
LIBOBJS = @LIBOBJS@
103
104
LIBS = @LIBS@
171
172
top_srcdir = @top_srcdir@
172
173
xsldir = $(datadir)/yelp-xsl/xslt/mallard/html
173
174
xsl_DATA = \
 
175
        mal2html-api.xsl                \
174
176
        mal2html-block.xsl              \
175
177
        mal2html-facets.xsl             \
 
178
        mal2html-gloss.xsl              \
176
179
        mal2html-inline.xsl             \
 
180
        mal2html-links.xsl              \
177
181
        mal2html-list.xsl               \
178
182
        mal2html-media.xsl              \
179
183
        mal2html-page.xsl               \
180
184
        mal2html-svg.xsl                \
181
185
        mal2html-table.xsl              \
 
186
        mal2html-ui.xsl                 \
182
187
        mal2html.xsl                    \
183
188
        mal2xhtml.xsl
184
189