mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Add version info to API docs.
This commit is contained in:
@@ -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.
|
||||
|
@@ -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">
|
||||
|
1
docs/reference/glib/version.xml.in
Normal file
1
docs/reference/glib/version.xml.in
Normal file
@@ -0,0 +1 @@
|
||||
@GLIB_VERSION@
|
Reference in New Issue
Block a user