diff options
author | Ted Gould <ted@canonical.com> | 2009-05-05 16:45:01 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-05 16:45:01 +0100 |
commit | e38da9b08cff148bfe85fc29d1188d8b1fd9448c (patch) | |
tree | 32e26b6b2054bba366d913ebd5ac7f61d0df88ef /docs/reference/Makefile.am | |
parent | f6767c860ee574c964bc7b9bc74affda52f941a1 (diff) | |
parent | 7926d56f4dc89d8f30b0f6759119b8dd1507d666 (diff) | |
download | libayatana-indicator-e38da9b08cff148bfe85fc29d1188d8b1fd9448c.tar.gz libayatana-indicator-e38da9b08cff148bfe85fc29d1188d8b1fd9448c.tar.bz2 libayatana-indicator-e38da9b08cff148bfe85fc29d1188d8b1fd9448c.zip |
Merge from upstream, includes documentation.
Diffstat (limited to 'docs/reference/Makefile.am')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 759465e..2589179 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -47,7 +47,7 @@ CFILE_GLOB=$(top_srcdir)/libindicate/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES= +IGNORE_HFILES=dbus-indicate-client.h dbus-indicate-server.h dbus-listener-client.h dbus-listener-server.h listener-marshal.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |