diff options
author | John Finlay <finlay@src.gnome.org> | 2006-08-11 00:13:00 +0000 |
---|---|---|
committer | John Finlay <finlay@src.gnome.org> | 2006-08-11 00:13:00 +0000 |
commit | e8403461713bd1d2d9cb92623d7147e3a6cad697 (patch) | |
tree | 5bdf01404ed21ad496b031b4f156002e57fdc1e5 /docs/reference | |
parent | ab108df4cd7b09a023b205069e54c5813eabc4f8 (diff) | |
download | pygtk-e8403461713bd1d2d9cb92623d7147e3a6cad697.tar.gz |
Use builddate.xml for the builddate entity and have builddate.xml be
* configure.in:
* docs/Makefile.am:
* docs/reference/entities.docbook.in:
* docs/reference/pygtk2-ref.xml:
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')
-rw-r--r-- | docs/reference/entities.docbook.in | 1 | ||||
-rw-r--r-- | docs/reference/pygtk2-ref.xml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/entities.docbook.in b/docs/reference/entities.docbook.in index cc855cf4..be788f85 100644 --- a/docs/reference/entities.docbook.in +++ b/docs/reference/entities.docbook.in @@ -1,2 +1 @@ -<!ENTITY builddate "@BUILDDATE@"> <!ENTITY version "@PACKAGE_VERSION@"> diff --git a/docs/reference/pygtk2-ref.xml b/docs/reference/pygtk2-ref.xml index e38383ed..92ecb734 100644 --- a/docs/reference/pygtk2-ref.xml +++ b/docs/reference/pygtk2-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="pygtk-reference" xmlns:xi="http://www.w3.org/2001/XInclude"> |