diff options
author | Ted Gould <ted@gould.cx> | 2010-05-20 20:22:24 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-05-20 20:22:24 -0500 |
commit | 20a976b8a356aec5c36fe44493f9f51987e932ac (patch) | |
tree | 2d7dd0eaaa238bf313bfe43a6caabb7ab77c2799 /docs/reference | |
parent | 29a3d0294617ba290d06679013960010b0e8c4bb (diff) | |
download | libayatana-appindicator-20a976b8a356aec5c36fe44493f9f51987e932ac.tar.gz libayatana-appindicator-20a976b8a356aec5c36fe44493f9f51987e932ac.tar.bz2 libayatana-appindicator-20a976b8a356aec5c36fe44493f9f51987e932ac.zip |
Only grab the app indicator files.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index df0ac09..10d8b2a 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -50,8 +50,8 @@ FIXXREF_OPTIONS= # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c -HFILE_GLOB=$(top_srcdir)/src/*.h -CFILE_GLOB=$(top_srcdir)/src/*.c +HFILE_GLOB=$(top_srcdir)/src/app-indicator*.h +CFILE_GLOB=$(top_srcdir)/src/app-indicator*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h |