summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2013-03-11 16:51:54 +0100
committerJasper St. Pierre <jstpierre@mecheye.net>2013-03-14 18:07:05 -0400
commit69c72ebb26d6a2f614ada4f135df0e8ec25f5ab2 (patch)
treeccc41ad99701bcee0b37a54a658b6a1d60fb0c6b /doc
parent00a842f41bbc90692c189512482bc8568ac607d7 (diff)
downloadmutter-69c72ebb26d6a2f614ada4f135df0e8ec25f5ab2.tar.gz
Enable tests for the gtk-doc generation
https://bugzilla.gnome.org/show_bug.cgi?id=695641
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 36e97a17b..aebfd76b5 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -158,7 +158,7 @@ if ENABLE_GTK_DOC
TESTS_ENVIRONMENT = cd $(srcdir) && \
DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
-#TESTS = $(GTKDOC_CHECK)
+TESTS = $(GTKDOC_CHECK)
endif
-include $(top_srcdir)/git.mk