diff options
author | Ted Gould <ted@gould.cx> | 2011-01-27 14:54:38 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-27 14:54:38 -0600 |
commit | 9ba798d6097b8f61e587a87d0eca96f48537d661 (patch) | |
tree | ec4bd2a9620f9543a5654d2bdec9a73830f1da82 /docs/Makefile.in | |
parent | 11add3f09572d15b8e73e5e86cda5c554d7a8a96 (diff) | |
parent | 41981b1b0cc723c58e515702fc34cfd6bf500ae9 (diff) | |
download | libayatana-appindicator-9ba798d6097b8f61e587a87d0eca96f48537d661.tar.gz libayatana-appindicator-9ba798d6097b8f61e587a87d0eca96f48537d661.tar.bz2 libayatana-appindicator-9ba798d6097b8f61e587a87d0eca96f48537d661.zip |
New upstream release.
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r-- | docs/Makefile.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index e669fa8..5e6aaeb 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -36,11 +36,8 @@ host_triplet = @host@ subdir = docs DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.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)/acinclude.m4 $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d |