summaryrefslogtreecommitdiff
path: root/docs/reference/gdk-pixbuf/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-10-14 00:11:00 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-10-14 00:11:00 +0000
commit298173ad5172590992731cffb01b7217dbe6c755 (patch)
treecef3f32e09c3a0270af4401749d41bc64f26825a /docs/reference/gdk-pixbuf/Makefile.am
parent53620226227ce1f16f96ec9e96789d7c664ec10d (diff)
downloadgtk+-298173ad5172590992731cffb01b7217dbe6c755.tar.gz
Adapt to latest gtk-doc changes.
Diffstat (limited to 'docs/reference/gdk-pixbuf/Makefile.am')
-rw-r--r--docs/reference/gdk-pixbuf/Makefile.am15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am
index 1f9a3f36c1..58af42bde6 100644
--- a/docs/reference/gdk-pixbuf/Makefile.am
+++ b/docs/reference/gdk-pixbuf/Makefile.am
@@ -30,6 +30,7 @@ IGNORE_HFILES= \
gdk-pixbuf-i18n.h \
gdk-pixbuf-private.h \
io-gif-animation.h \
+ io-ani-animation.h \
test-images.h
# Extra files to add when scanning
@@ -40,10 +41,17 @@ HTML_IMAGES =
# Extra SGML files that are included by DOC_MAIN_SGML_FILE
content_files = \
+ version.xml \
gdk-pixbuf-from-drawables.sgml \
gdk-pixbuf.sgml \
porting-from-imlib.sgml
+version.xml: FORCE
+ @date +'<!ENTITY builddate "%Y-%m-%d">' > version.xml
+ @echo "<!ENTITY srcversion \"@GTK_VERSION@\">" >> version.xml
+
+FORCE:
+
# Other files to distribute
extra_files =
@@ -94,9 +102,10 @@ EXTRA_DIST = \
DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
$(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
-SCANOBJ_FILES = \
- $(DOC_MODULE).args \
- $(DOC_MODULE).hierarchy \
+SCANOBJ_FILES = \
+ $(DOC_MODULE).args \
+ $(DOC_MODULE).hierarchy \
+ $(DOC_MODULE).interfaces \
$(DOC_MODULE).signals
if ENABLE_GTK_DOC