summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-11-23 01:42:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-11-23 01:42:55 +0000
commite9dd21064c6358d90d9453eccc79c2bb0f0a4b66 (patch)
tree706b361cec76a3631a90e8a12fd7d02f6d075e0b /docs
parent998f436b71799c94aeab7797d36940a0ddaebd72 (diff)
downloadpango-e9dd21064c6358d90d9453eccc79c2bb0f0a4b66.tar.gz
Add version information.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am6
-rw-r--r--docs/pango-docs.sgml2
-rw-r--r--docs/version.xml.in1
3 files changed, 7 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 7adff62e..f1063b2c 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -44,11 +44,13 @@ HTML_IMAGES = \
# Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE)
content_files = \
- pango_markup.sgml
+ pango_markup.sgml \
+ version.xml
extra_files = \
layout.fig \
- layout.eps
+ layout.eps \
+ version.xml.in
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml
index e116b8d9..2f296af0 100644
--- a/docs/pango-docs.sgml
+++ b/docs/pango-docs.sgml
@@ -18,10 +18,12 @@
<!ENTITY pango-Xft-Fonts-and-Rendering SYSTEM "xml/xft-fonts.xml">
<!ENTITY pango-OpenType-Font-Handling SYSTEM "xml/opentype.xml">
<!ENTITY markup-format SYSTEM "pango_markup.sgml">
+<!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
<bookinfo>
<title>Pango Reference Manual</title>
+ <releaseinfo>for Pango &version;</releaseinfo>
</bookinfo>
<chapter id="pango">
diff --git a/docs/version.xml.in b/docs/version.xml.in
new file mode 100644
index 00000000..8f556477
--- /dev/null
+++ b/docs/version.xml.in
@@ -0,0 +1 @@
+@PANGO_VERSION@