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/Makefile.am | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'docs/Makefile.am') diff --git a/docs/Makefile.am b/docs/Makefile.am index 2295387..f01825a 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,6 +1,7 @@ REF_VERSION = $(PYGOBJECT_MAJOR_VERSION).$(PYGOBJECT_MINOR_VERSION) XMLFILES = \ + reference/pygobject-introduction.xml \ reference/pygobject-classes.xml \ reference/pygobject-constants.xml \ reference/pygobject-ref.xml \ @@ -24,6 +25,8 @@ XSL_DATA = $(XSLFILES) HTMLdir = $(datadir)/gtk-doc/html/pygobject HTML_DATA = \ + html/pygobject-introduction.html \ + html/pygobject-reference-copyright.html \ html/class-gobjectgboxed.html \ html/class-gobjectginterface.html \ html/class-gobjectgpointer.html \ @@ -37,11 +40,14 @@ HTML_DATA = \ html/index.sgml \ html/pygobject.devhelp -BUILT_SOURCES = build_stamp $(HTML_DATA) -CLEANFILES = build_stamp $(HTML_DATA) -EXTRA_DIST = $(XMLFILES) $(XSLFILES) +BUILT_SOURCES = build_stamp $(HTML_DATA) reference/version.xml \ + reference/builddate.xml +CLEANFILES = build_stamp $(HTML_DATA) reference/version.xml \ + reference/builddate.xml +EXTRA_DIST = $(XMLFILES) $(XSLFILES) reference/version.xml.in build_stamp: reference ${XMLFILES} ${XSLFILES} + date '+%B %d, %Y' > reference/builddate.xml xsltproc --nonet --xinclude -o html/ \ --stringparam gtkdoc.bookname "pygobject" \ --stringparam gtkdoc.version ${REF_VERSION} \ -- cgit