Add package version info to API docs.

This commit is contained in:
Matthias Clasen 2002-11-21 20:19:01 +00:00
parent 6bcfec7d68
commit d20ce3a1d8
17 changed files with 63 additions and 8 deletions

View File

@ -1,5 +1,7 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* configure.in: Generate docs/reference/*/version.xml.
* gtk/gtkwidget.c (gtk_widget_get_ancestor): Add a note about
reflexive ancestry. (#99085, Frederic Lespez)

View File

@ -1,5 +1,7 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* configure.in: Generate docs/reference/*/version.xml.
* gtk/gtkwidget.c (gtk_widget_get_ancestor): Add a note about
reflexive ancestry. (#99085, Frederic Lespez)

View File

@ -1,5 +1,7 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* configure.in: Generate docs/reference/*/version.xml.
* gtk/gtkwidget.c (gtk_widget_get_ancestor): Add a note about
reflexive ancestry. (#99085, Frederic Lespez)

View File

@ -1,5 +1,7 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* configure.in: Generate docs/reference/*/version.xml.
* gtk/gtkwidget.c (gtk_widget_get_ancestor): Add a note about
reflexive ancestry. (#99085, Frederic Lespez)

View File

@ -1,5 +1,7 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* configure.in: Generate docs/reference/*/version.xml.
* gtk/gtkwidget.c (gtk_widget_get_ancestor): Add a note about
reflexive ancestry. (#99085, Frederic Lespez)

View File

@ -1,5 +1,7 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* configure.in: Generate docs/reference/*/version.xml.
* gtk/gtkwidget.c (gtk_widget_get_ancestor): Add a note about
reflexive ancestry. (#99085, Frederic Lespez)

View File

@ -615,11 +615,24 @@ AC_MSG_RESULT($gdk_working_wctype)
AC_SUBST(GDK_WLIBS)
##################################################
# Checks for gdk-pixbuf
##################################################
dnl ********************************************************
dnl * See whether we need to load our modules as .la files *
dnl ********************************************************
use_la_modules=false
case $host in
*-aix*) use_la_modules=true
esac
if $use_la_modules ; then
AC_DEFINE(USE_LA_MODULES, 1, [Whether to load modules via .la files rather than directly])
fi
AC_MSG_CHECKING(whether to build gmodulized gdk-pixbuf)
AC_ARG_ENABLE(modules, [ --disable-modules disable dynamic module loading],[
@ -1575,8 +1588,11 @@ tests/Makefile
docs/Makefile
docs/reference/Makefile
docs/reference/gdk-pixbuf/Makefile
docs/reference/gdk-pixbuf/version.xml
docs/reference/gdk/Makefile
docs/reference/gdk/version.xml
docs/reference/gtk/Makefile
docs/reference/gtk/version.xml
docs/faq/Makefile
docs/tutorial/Makefile
gdk-pixbuf/Makefile

View File

@ -1,6 +1,22 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkcombo.sgml: Fix typo in example code. (#99078)
* gdk/Makefile.am (extra_files):
* gdk-pixbuf/Makefile.am (extra_files):
* gtk/Makefile.am (extra_files): Add version.xml.in.
* gdk/Makefile.am (content_files):
* gdk-pixbuf/Makefile.am (content_files):
* gtk/Makefile.am (content_files): Add version.xml.
* gdk/version.xml.in:
* gdk-pixbuf/version.xml.in:
* gtk/version.xml.in: New files to let configure dump the version in.
* gdk/gdk-docs.sgml:
* gdk-pixbuf/gdk-pixbuf.sgml:
* gtk/gtk-docs.sgml: Add version information.
* gtk/tmpl/gtkcombo.sgml: Fix typo in example code. (#99078)
Sun Nov 17 15:42:08 2002 Jonathan Blandford <jrb@gnome.org>

View File

@ -41,13 +41,14 @@ HTML_IMAGES =
# Extra SGML files that are included by DOC_MAIN_SGML_FILE
content_files = \
version.xml \
gdk-pixbuf-from-drawables.sgml \
gdk-pixbuf-rendering.sgml \
gdk-pixbuf.sgml \
porting-from-imlib.sgml
# Other files to distribute
extra_files =
extra_files = version.xml.in
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.

View File

@ -24,12 +24,13 @@
<!ENTITY gdk-pixbuf "<application>gdk-pixbuf</application>">
<!ENTITY Imlib "<application>Imlib</application>">
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
<bookinfo>
<title>The &gdk-pixbuf; Library</title>
<releaseinfo>Version &version;</releaseinfo>
<authorgroup>
<author>
<firstname>Federico</firstname>

View File

@ -0,0 +1 @@
@GTK_VERSION@

View File

@ -121,10 +121,12 @@ HTML_IMAGES = \
images/xterm.png
# Extra SGML files that are included by DOC_MAIN_SGML_FILE
content_files = multihead.sgml
content_files = \
version.xml \
multihead.sgml
# Other files to distribute
extra_files =
extra_files = version.xml.in
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.

View File

@ -29,11 +29,13 @@
<!ENTITY gdk-Display SYSTEM "xml/gdkdisplay.xml">
<!ENTITY gdk-DisplayManager SYSTEM "xml/gdkdisplaymanager.xml">
<!ENTITY gdk-Multihead SYSTEM "multihead.sgml">
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
<bookinfo>
<title>GDK Reference Manual</title>
<releaseinfo>for GDK &version;</releaseinfo>
</bookinfo>
<reference id="reference">

View File

@ -0,0 +1 @@
@GTK_VERSION@

View File

@ -126,6 +126,7 @@ HTML_IMAGES = \
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
content_files = \
version.xml \
running.sgml \
building.sgml \
changes-1.2.sgml \
@ -141,7 +142,7 @@ content_files = \
x11.sgml
# Other files to distribute
extra_files =
extra_files = version.xml.in
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.

View File

@ -156,11 +156,12 @@
<!ENTITY gtk-Questions SYSTEM "question_index.sgml">
<!ENTITY gtk-Changes-1-2 SYSTEM "changes-1.2.sgml">
<!ENTITY gtk-Changes-2-0 SYSTEM "changes-2.0.sgml">
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
<bookinfo>
<title>GTK+ Reference Manual</title>
<releaseinfo>for GTK+ &version;</releaseinfo>
</bookinfo>
<part id="gtk">

View File

@ -0,0 +1 @@
@GTK_VERSION@