~ubuntu-branches/ubuntu/saucy/yelp/saucy-proposed

« back to all changes in this revision

Viewing changes to data/xslt/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-06-28 04:56:30 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20110628045630-55mwg7p3nhp4fmwb
Tags: 3.1.1-0ubuntu1
* New upstream release.
* Resync with Debian packaging, remaining Ubuntu changes:
  - Use source format 3
  - Add apport hook
  - Watch for unstable releases too
  - Suggest ttf-dejavu, instead of Recommend
  - Use autoreconf
  - debian/patches/00_no_am_gnu_gettext.patch
  - debian/patches/01_lpi.patch
  - debian/patches/05_menu_tooltip.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@INTLTOOL_XML_RULE@
 
2
 
 
3
xsldir=$(datadir)/yelp/xslt
 
4
 
 
5
xsl_DATA =                      \
 
6
        db2html.xsl             \
 
7
        info2html.xsl           \
 
8
        mal2html.xsl            \
 
9
        man2html.xsl            \
 
10
        yelp-common.xsl
 
11
 
 
12
EXTRA_DIST=                     \
 
13
        $(xsl_DATA)             \
 
14
        db2html.xsl.in          \
 
15
        info2html.xsl.in        \
 
16
        mal2html.xsl.in         \
 
17
        man2html.xsl.in         \
 
18
        yelp-common.xsl.in