aboutsummaryrefslogtreecommitdiff
path: root/docs/libdbusmenu-glib/reference/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-24 08:18:59 -0600
committerTed Gould <ted@gould.cx>2011-02-24 08:18:59 -0600
commit7f25511b0a3182b27a42f1ffb1858b94615575ca (patch)
tree28f02ed5092ac0c18d5d82f9a6ff27bc23be6384 /docs/libdbusmenu-glib/reference/Makefile.am
parent59469d1643fdc81563544da189bf773fe1b80367 (diff)
parentc1506b101d22d01dad63da90683e9a13a4e2dac0 (diff)
downloadlibdbusmenu-7f25511b0a3182b27a42f1ffb1858b94615575ca.tar.gz
libdbusmenu-7f25511b0a3182b27a42f1ffb1858b94615575ca.tar.bz2
libdbusmenu-7f25511b0a3182b27a42f1ffb1858b94615575ca.zip
Fix up documentation and make it part of make check
Diffstat (limited to 'docs/libdbusmenu-glib/reference/Makefile.am')
-rw-r--r--docs/libdbusmenu-glib/reference/Makefile.am17
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/libdbusmenu-glib/reference/Makefile.am b/docs/libdbusmenu-glib/reference/Makefile.am
index e8a3610..1c8dfa8 100644
--- a/docs/libdbusmenu-glib/reference/Makefile.am
+++ b/docs/libdbusmenu-glib/reference/Makefile.am
@@ -48,11 +48,12 @@ CFILE_GLOB=$(top_srcdir)/libdbusmenu-glib/*.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES= \
+ dbus-menu-clean.xml.h \
+ client-menuitem.h \
+ client-private.h \
menuitem-marshal.h \
server-marshal.h \
- menuitem-private.h \
- dbusmenu-client.h \
- dbusmenu-server.h
+ menuitem-private.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
@@ -88,5 +89,13 @@ EXTRA_DIST += version.xml.in
#DISTCLEANFILES +=
# Comment this out if you want your docs-status tested during 'make check'
-#TESTS = $(GTKDOC_CHECK)
+TESTS = gtkdoc-in-srcdir
+
+gtkdoc-in-srcdir: Makefile.am
+ @echo "#!/bin/sh" > $@
+ @echo "cd \"$(srcdir)\"" >> $@
+ @echo "$(GTKDOC_CHECK)" >> $@
+ @chmod +x $@
+
+DISTCLEANFILES = gtkdoc-in-srcdir