2008-06-24 Matthew Allum <mallum@openedhand.com>
* 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
This commit is contained in:
parent
bc55368304
commit
be3c2ce965
@ -1,3 +1,12 @@
|
||||
2008-06-24 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* 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
|
||||
|
||||
2008-06-23 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-sections.txt: Remove clutter_actor_get_paint_area()
|
||||
|
@ -1 +1 @@
|
||||
@CLUTTER_MAJORMINOR@
|
||||
@CLUTTER_VERSION@
|
||||
|
@ -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
|
||||
|
@ -1,11 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||
<!ENTITY version SYSTEM "version.xml">
|
||||
]>
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
||||
|
||||
<bookinfo>
|
||||
<title>COGL Reference Manual</title>
|
||||
<releaseinfo>
|
||||
</releaseinfo>
|
||||
<title>COGL &version; Reference Manual</title>
|
||||
<releaseinfo>Version &version;</releaseinfo>
|
||||
|
||||
<copyright>
|
||||
<year>2008</year>
|
||||
|
1
doc/reference/cogl/version.xml.in
Normal file
1
doc/reference/cogl/version.xml.in
Normal file
@ -0,0 +1 @@
|
||||
@CLUTTER_VERSION@
|
Loading…
Reference in New Issue
Block a user