| 125 # Comment this out if you want 'make check' to test you doc status |
125 # Comment this out if you want 'make check' to test you doc status |
| 126 # and run some sanity checks |
126 # and run some sanity checks |
| 127 if ENABLE_GTK_DOC |
127 if ENABLE_GTK_DOC |
| 128 TESTS_ENVIRONMENT = \ |
128 TESTS_ENVIRONMENT = \ |
| 129 DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \ |
129 DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \ |
| 130 SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) |
130 SRCDIR=$(abs_srcdir) |
| 131 #TODO: fix and enable |
131 #TODO: fix and enable |
| 132 #TESTS = $(GTKDOC_CHECK) |
132 #TESTS = $(GTKDOC_CHECK) |
| 133 endif |
133 endif |