diff options
author | Ted Gould <ted@gould.cx> | 2011-02-24 12:51:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-24 12:51:14 -0600 |
commit | d7094a2985f0f6aff0ed47044df8b27fd2c860a6 (patch) | |
tree | 0d91030bfe58cb3cdec719add2857f906616592b /docs/libdbusmenu-glib/reference/Makefile.am | |
parent | 23af95956cddc1d3cb858d537a2c85cb0f0d0851 (diff) | |
parent | 0184d1824357d0e3bcf4e4142b26663ba21e7c4c (diff) | |
download | libdbusmenu-d7094a2985f0f6aff0ed47044df8b27fd2c860a6.tar.gz libdbusmenu-d7094a2985f0f6aff0ed47044df8b27fd2c860a6.tar.bz2 libdbusmenu-d7094a2985f0f6aff0ed47044df8b27fd2c860a6.zip |
* Documentation fixes
* Making menuitems track their own parents
* Resolving property changes by looking at the properties
directly.
Diffstat (limited to 'docs/libdbusmenu-glib/reference/Makefile.am')
-rw-r--r-- | docs/libdbusmenu-glib/reference/Makefile.am | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/docs/libdbusmenu-glib/reference/Makefile.am b/docs/libdbusmenu-glib/reference/Makefile.am index e8a3610..2af5ec3 100644 --- a/docs/libdbusmenu-glib/reference/Makefile.am +++ b/docs/libdbusmenu-glib/reference/Makefile.am @@ -48,11 +48,13 @@ 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 \ + defaults.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 +90,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 |