diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2006-07-13 14:28:18 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2006-07-13 14:28:18 +0000 |
| commit | f80b6b9f96a027d926c9ee3d31f0ca8eb05272bf (patch) | |
| tree | 896020f44da01537e545ae636f6bca0ff0c1e7d8 /docs/ref-html-style.xsl | |
| parent | e42d69c953858ed0a4b93cd346aa01e733c8a6ff (diff) | |
| download | pygobject-f80b6b9f96a027d926c9ee3d31f0ca8eb05272bf.tar.gz pygobject-f80b6b9f96a027d926c9ee3d31f0ca8eb05272bf.tar.xz pygobject-f80b6b9f96a027d926c9ee3d31f0ca8eb05272bf.zip | |
Move xsl to a separate directory, install them and include a few more things in the tarball
Diffstat (limited to 'docs/ref-html-style.xsl')
| -rw-r--r-- | docs/ref-html-style.xsl | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/docs/ref-html-style.xsl b/docs/ref-html-style.xsl deleted file mode 100644 index 124a117..0000000 --- a/docs/ref-html-style.xsl +++ /dev/null @@ -1,52 +0,0 @@ -<?xml version='1.0'?> <!--*- mode: xml -*--> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - version='1.0'> -<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/> -<xsl:include href="common.xsl"/> -<xsl:include href="html.xsl"/> -<xsl:include href="devhelp.xsl"/> - - <!-- ========================================================= --> - <!-- template to create the index.sgml anchor index --> - - <xsl:template name="generate.index"> - <xsl:call-template name="write.text.chunk"> - <xsl:with-param name="filename" select="'index.sgml'"/> - <xsl:with-param name="content"> - <!-- check all anchor and refentry elements --> - <xsl:apply-templates select="//anchor|//refentry" - mode="generate.index.mode"/> - </xsl:with-param> - <xsl:with-param name="encoding" select="'utf-8'"/> - </xsl:call-template> - </xsl:template> - - <xsl:template match="*" mode="generate.index.mode"> - <xsl:if test="not(@href)"> - <xsl:text><ANCHOR id="</xsl:text> - <xsl:value-of select="@id"/> - <xsl:text>" href="</xsl:text> - <xsl:if test="$gtkdoc.bookname"> - <xsl:value-of select="$gtkdoc.bookname"/> - <xsl:text>/</xsl:text> - </xsl:if> - <xsl:call-template name="href.target"/> - <xsl:text>"> - </xsl:text> - </xsl:if> - </xsl:template> - - <xsl:param name="gtkdoc.version" select="''"/> - <xsl:param name="gtkdoc.bookname" select="''"/> - - <xsl:param name="refentry.generate.name" select="0"/> - <xsl:param name="refentry.generate.title" select="1"/> - <xsl:param name="chapter.autolabel" select="0"/> - - <xsl:template match="book|article"> - <xsl:apply-imports/> - <xsl:call-template name="generate.devhelp"/> - <xsl:call-template name="generate.index"/> - </xsl:template> - -</xsl:stylesheet> |
