~andrewsomething/imagination/debian

« back to all changes in this revision

Viewing changes to doc/imagination.xsl

  • Committer: Andrew Starr-Bochicchio
  • Date: 2009-09-29 23:38:39 UTC
  • mfrom: (1.1.2)
  • Revision ID: a.starr.b@gmail.com-20090929233839-ucjnl2f35kw5fbx8
Tags: 2.0-1
* New upstream release. (Closes: #543218).
* debian/control: Build-depend on xsltproc, docbook-xsl, quilt,
  and doc-base.
* debian/imagination.doc-base: Register docs.
* debian/patches/10_link_math_lib.patch:
 - Add '-lm' to link to the math lib.
* debian/README.source: Explain quilt.
* debian/rules: Add quilt magic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0'?>
 
2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
3
                version='1.0'
 
4
                xmlns="http://www.w3.org/TR/xhtml1/transitional"
 
5
                exclude-result-prefixes="#default">
 
6
 
 
7
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/onechunk.xsl"/>
 
8
 
 
9
<!-- Use stylesheet -->
 
10
<xsl:param name="html.stylesheet" select="'../imagination.css'"/>
 
11
 
 
12
</xsl:stylesheet>
 
13