mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
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>
|
2008-06-23 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-sections.txt: Remove clutter_actor_get_paint_area()
|
* 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).
|
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
|
||||||
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
|
# 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
|
# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
|
||||||
# These files must be listed here *and* in content_files
|
# These files must be listed here *and* in content_files
|
||||||
@ -92,4 +92,4 @@ include $(top_srcdir)/gtk-doc.make
|
|||||||
|
|
||||||
# Other files to distribute
|
# Other files to distribute
|
||||||
# e.g. EXTRA_DIST += version.xml.in
|
# e.g. EXTRA_DIST += version.xml.in
|
||||||
#EXTRA_DIST +=
|
EXTRA_DIST += version.xml.in
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
<!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">
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
||||||
|
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
<title>COGL Reference Manual</title>
|
<title>COGL &version; Reference Manual</title>
|
||||||
<releaseinfo>
|
<releaseinfo>Version &version;</releaseinfo>
|
||||||
</releaseinfo>
|
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2008</year>
|
<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