diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-11-28 15:42:41 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-11-28 15:42:41 +0000 |
commit | 8e2b518dc283781d8eca76c7bc5293d8049e083c (patch) | |
tree | 6052516e9cebec14dd2e006ad2d93c4c740e62e1 /doc | |
parent | c619908ba34f1cd82014dda34cc174001726aebd (diff) |
Fix distcheck.
svn path=/trunk/; revision=2004
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 287b667..fd86740 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -60,8 +60,8 @@ FIXXREF_OPTIONS= MAINTAINERCLEANFILES = vte-undocumented.txt -EXTRA_DIST = check.docs +include $(top_srcdir)/gtk-doc.make -TESTS = check.docs +EXTRA_DIST += check.docs -include $(top_srcdir)/gtk-doc.make +TESTS = check.docs |