From d12cfb39ba30c59220c0a0c4664357b54a2ff955 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Tue, 24 Jun 2008 10:38:18 +0000 Subject: [PATCH] 2008-06-24 Matthew Allum * cogl/Makefile.am: * cogl/cogl-docs.sgml: * cogl/version.xml.in * clutter/version.xml.in Add full version (including minor) to docs. Add version to COGL docs --- doc/reference/cogl/Makefile.am | 4 ++-- doc/reference/cogl/cogl-docs.sgml | 10 ++++++---- doc/reference/cogl/version.xml.in | 1 + 3 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 doc/reference/cogl/version.xml.in diff --git a/doc/reference/cogl/Makefile.am b/doc/reference/cogl/Makefile.am index 51e51dc5d..d0cb723d5 100644 --- a/doc/reference/cogl/Makefile.am +++ b/doc/reference/cogl/Makefile.am @@ -71,7 +71,7 @@ HTML_IMAGES= # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). # e.g. content_files=running.sgml building.sgml changes-2.0.sgml -content_files= +content_files= version.xml # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded # These files must be listed here *and* in content_files @@ -92,4 +92,4 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in -#EXTRA_DIST += +EXTRA_DIST += version.xml.in diff --git a/doc/reference/cogl/cogl-docs.sgml b/doc/reference/cogl/cogl-docs.sgml index ee5740661..6286ff1c2 100644 --- a/doc/reference/cogl/cogl-docs.sgml +++ b/doc/reference/cogl/cogl-docs.sgml @@ -1,11 +1,13 @@ + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ + +]> + - COGL Reference Manual - - + COGL &version; Reference Manual + Version &version; 2008 diff --git a/doc/reference/cogl/version.xml.in b/doc/reference/cogl/version.xml.in new file mode 100644 index 000000000..c22314962 --- /dev/null +++ b/doc/reference/cogl/version.xml.in @@ -0,0 +1 @@ +@CLUTTER_VERSION@