Add version info to API docs.

This commit is contained in:
Matthias Clasen
2002-11-23 01:37:17 +00:00
parent ccaa779838
commit 105183376d
15 changed files with 44 additions and 5 deletions

View File

@@ -50,14 +50,16 @@ content_files = \
building.sgml \
changes-2.0.sgml \
compiling.sgml \
resources.sgml
resources.sgml \
version.xml
# Other files to distribute
extra_files = \
mainloop-states.fig \
mainloop-states.png \
mainloop-states.eps
mainloop-states.eps \
version.xml.in
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.

View File

@@ -60,10 +60,12 @@
<!ENTITY glib-Resources SYSTEM "resources.sgml">
<!ENTITY glib-Changes-2-0 SYSTEM "changes-2.0.sgml">
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
<bookinfo>
<title>GLib Reference Manual</title>
<releaseinfo>for GLib &version;</releaseinfo>
</bookinfo>
<chapter id="glib">

View File

@@ -0,0 +1 @@
@GLIB_VERSION@