diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 11:06:09 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 11:06:09 -0600 |
commit | 7dff7bf5303c1040c4dd7ae2a4920837142b4a94 (patch) | |
tree | e12aca4ae86a0ddadc0d12437f89dc14e1c185bd /docs/libdbusmenu-glib/reference/Makefile.in | |
parent | ad89e1475b57b20cc97472b0a7e399beed4dd562 (diff) | |
parent | 44927e6da03d633f0958ce5e04e62e752a43d201 (diff) | |
download | libdbusmenu-7dff7bf5303c1040c4dd7ae2a4920837142b4a94.tar.gz libdbusmenu-7dff7bf5303c1040c4dd7ae2a4920837142b4a94.tar.bz2 libdbusmenu-7dff7bf5303c1040c4dd7ae2a4920837142b4a94.zip |
New upstream release.
∘ Fixing distcheck
∘ Grouping Property Change events into a single DBus signal
∘ Removing XML from the GetLayout function
∘ Clean up icon handling in the parser (LP: #715864)
∘ Fixing signatures on dbusmenu-dumper
Diffstat (limited to 'docs/libdbusmenu-glib/reference/Makefile.in')
-rw-r--r-- | docs/libdbusmenu-glib/reference/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/libdbusmenu-glib/reference/Makefile.in b/docs/libdbusmenu-glib/reference/Makefile.in index c68f65b..acd1735 100644 --- a/docs/libdbusmenu-glib/reference/Makefile.in +++ b/docs/libdbusmenu-glib/reference/Makefile.in @@ -43,7 +43,12 @@ 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)/configure.ac +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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |