diff options
author | John Finlay <finlay@src.gnome.org> | 2006-08-10 23:47:01 +0000 |
---|---|---|
committer | John Finlay <finlay@src.gnome.org> | 2006-08-10 23:47:01 +0000 |
commit | 4246765f4c9ea58a70b1e34d787bd55223407546 (patch) | |
tree | 4f9082c3fa2a8b75229e07f25988c0f07c8a7a5d /docs/reference/pygobject-ref.xml | |
parent | 354ca55447c85b745af6b51a58a934d6e057f8f1 (diff) | |
download | pygobject-4246765f4c9ea58a70b1e34d787bd55223407546.tar.gz pygobject-4246765f4c9ea58a70b1e34d787bd55223407546.tar.xz pygobject-4246765f4c9ea58a70b1e34d787bd55223407546.zip |
Use builddate.xml for the builddate entity and have builddate.xml be
* docs/reference/entities.docbook.in:
* docs/reference/pygobject-ref.xml:
* docs/Makefile.am:
* configure.ac:
Use builddate.xml for the builddate entity and have builddate.xml be
updated when the docs are built not during configure time.
Diffstat (limited to 'docs/reference/pygobject-ref.xml')
-rw-r--r-- | docs/reference/pygobject-ref.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/pygobject-ref.xml b/docs/reference/pygobject-ref.xml index 325367b..2f5af03 100644 --- a/docs/reference/pygobject-ref.xml +++ b/docs/reference/pygobject-ref.xml @@ -3,6 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ <!ENTITY % entities SYSTEM "entities.docbook"> %entities; +<!ENTITY builddate SYSTEM "builddate.xml"> ]> <book id="pygobject-reference" xmlns:xi="http://www.w3.org/2001/XInclude"> |