From 8976c90f8565b70b6f6ecfebdf3f04e7e812e698 Mon Sep 17 00:00:00 2001 From: John Finlay Date: Wed, 19 Jul 2006 09:49:56 +0000 Subject: Output xref links for unknown links. * docs/xsl/html.xsl: Output xref links for unknown links. * docs/xsl/ref-html-style.xsl: Include refsect1 and refsect2 in indexed items but only ig they have ids. * configure.ac (AC_CONFIG_FILES) : Add docs/reference/version.xml * docs/reference/pygobject-ref.xml: Add pygobject-introduction.xml and version and builddate entities. Remove commented out items. * docs/Makefile.am: Add reference/pygobject-introduction.xml and reference/version.xml.in --- docs/xsl/common.xsl | 3 +-- docs/xsl/html.xsl | 18 +++++++++++++++++- docs/xsl/ref-html-style.xsl | 24 +++++++++++++----------- 3 files changed, 31 insertions(+), 14 deletions(-) (limited to 'docs/xsl') diff --git a/docs/xsl/common.xsl b/docs/xsl/common.xsl index cb4a7d2..606313f 100644 --- a/docs/xsl/common.xsl +++ b/docs/xsl/common.xsl @@ -1,4 +1,4 @@ - + @@ -16,5 +16,4 @@ - diff --git a/docs/xsl/html.xsl b/docs/xsl/html.xsl index 350f183..3bb5638 100644 --- a/docs/xsl/html.xsl +++ b/docs/xsl/html.xsl @@ -1,4 +1,4 @@ - + @@ -262,6 +262,22 @@ + + + + + + + + + + + + + + + + diff --git a/docs/xsl/ref-html-style.xsl b/docs/xsl/ref-html-style.xsl index 124a117..4fc86e7 100644 --- a/docs/xsl/ref-html-style.xsl +++ b/docs/xsl/ref-html-style.xsl @@ -1,4 +1,4 @@ - + @@ -14,7 +14,7 @@ - @@ -23,16 +23,18 @@ - <ANCHOR id=" - - " href=" - - - / - - - "> + + <ANCHOR id=" + + " href=" + + + / + + + "> + -- cgit