diff options
| author | John Finlay <finlay@src.gnome.org> | 2006-08-13 00:31:49 +0000 |
|---|---|---|
| committer | John Finlay <finlay@src.gnome.org> | 2006-08-13 00:31:49 +0000 |
| commit | ea05442d71b9830398ebdca8d8c8a4c7d82133b1 (patch) | |
| tree | b03073da092c808b186b50b0516e21ede4461d44 /docs/xsl | |
| parent | 4246765f4c9ea58a70b1e34d787bd55223407546 (diff) | |
| download | pygobject-ea05442d71b9830398ebdca8d8c8a4c7d82133b1.tar.gz pygobject-ea05442d71b9830398ebdca8d8c8a4c7d82133b1.tar.xz pygobject-ea05442d71b9830398ebdca8d8c8a4c7d82133b1.zip | |
Add reference to installed pygobject docs Add install of style.css Define
* pygobject-2.0.pc.in: Add reference to installed pygobject docs
* docs/Makefile.am: Add install of style.css
* docs/xsl/html.xsl: Define stylesheet as style.css
* docs/style.css: Add.
Diffstat (limited to 'docs/xsl')
| -rw-r--r-- | docs/xsl/html.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/xsl/html.xsl b/docs/xsl/html.xsl index 98b165c..d8fea78 100644 --- a/docs/xsl/html.xsl +++ b/docs/xsl/html.xsl @@ -7,6 +7,7 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> +<xsl:param name="html.stylesheet">style.css</xsl:param> <xsl:param name="use.id.as.filename" select="1"/> <xsl:param name="chunk.fast" select="1"/> <xsl:param name="chunker.output.encoding" select="'utf-8'"/> |
