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

« back to all changes in this revision

Viewing changes to data/xslt/man2html.xsl

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-02-16 15:11:05 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20120216151105-bjszac6qy4q76hax
Tags: 3.3.3-0ubuntu1
* New upstream release
* debian/patches/06_setup_error_on_missing_dbus.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
                extension-element-prefixes="yelp"
7
7
                version="1.0">
8
8
 
9
 
<xsl:import href="/usr/share/yelp-xsl/xslt/gettext/gettext.xsl"/>
10
 
<xsl:import href="/usr/share/yelp-xsl/xslt/common/color.xsl"/>
11
 
<xsl:import href="/usr/share/yelp-xsl/xslt/common/icons.xsl"/>
12
 
<xsl:import href="/usr/share/yelp-xsl/xslt/common/html.xsl"/>
 
9
<xsl:import href="/opt/gnome/share/yelp-xsl/xslt/gettext/gettext.xsl"/>
 
10
<xsl:import href="/opt/gnome/share/yelp-xsl/xslt/common/color.xsl"/>
 
11
<xsl:import href="/opt/gnome/share/yelp-xsl/xslt/common/icons.xsl"/>
 
12
<xsl:import href="/opt/gnome/share/yelp-xsl/xslt/common/html.xsl"/>
13
13
<xsl:include href="yelp-common.xsl"/>
14
14
 
15
15
<xsl:param name="html.basename" select="'//index'"/>