summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2013-11-13 20:47:48 +0100
committerJasper St. Pierre <jstpierre@mecheye.net>2013-11-19 13:48:40 -0500
commit17fd25e21643534e12c376d5fc69bbc9bd1aca25 (patch)
tree3c306109adec3086513dd496bb06ea0292b9666c /doc
parente91268a250a772759dc29c0660cecffd2b8d9c77 (diff)
downloadmutter-17fd25e21643534e12c376d5fc69bbc9bd1aca25.tar.gz
doc: Fix file globs
Any files matching the previously used globs are no longer distributed, breaking distcheck. Match the actual sources in compositor/, core/, meta/ and ui/ instead.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 0776f71f9..e0e702e58 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -49,8 +49,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/*/*.h
+CFILE_GLOB=$(top_srcdir)/src/*/*.c
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h