diff options
author | Ted Gould <ted@gould.cx> | 2010-06-10 12:33:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-10 12:33:17 -0500 |
commit | 6cb04c17c70ce8ecbb39381e0d145986348d70df (patch) | |
tree | ea94fb5d2d8edfa620d1cd2d643eced93226f9c5 /docs/libdbusmenu-glib/reference/Makefile.in | |
parent | e52db8e2ed8f8d270a6b7ca9cf112393186d78ae (diff) | |
parent | 849f700ec70b1b92cb49d736e2b3148de20053ed (diff) | |
download | libdbusmenu-6cb04c17c70ce8ecbb39381e0d145986348d70df.tar.gz libdbusmenu-6cb04c17c70ce8ecbb39381e0d145986348d70df.tar.bz2 libdbusmenu-6cb04c17c70ce8ecbb39381e0d145986348d70df.zip |
* New upstream release.
* gtk-doc support
* Document the 'shortcut' property
Diffstat (limited to 'docs/libdbusmenu-glib/reference/Makefile.in')
-rw-r--r-- | docs/libdbusmenu-glib/reference/Makefile.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/libdbusmenu-glib/reference/Makefile.in b/docs/libdbusmenu-glib/reference/Makefile.in index 76d1fec..5b25276 100644 --- a/docs/libdbusmenu-glib/reference/Makefile.in +++ b/docs/libdbusmenu-glib/reference/Makefile.in @@ -43,12 +43,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/version.xml.in $(top_srcdir)/gtk-doc.local.make subdir = docs/libdbusmenu-glib/reference ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ - $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \ - $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -275,7 +270,13 @@ CFILE_GLOB = $(top_srcdir)/libdbusmenu-glib/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES = menuitem-marshal.h server-marshal.h menuitem-private.h +IGNORE_HFILES = \ + menuitem-marshal.h \ + server-marshal.h \ + menuitem-private.h \ + dbusmenu-client.h \ + dbusmenu-server.h + # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |