| 174 # Comment this out if you want 'make check' to test you doc status |
174 # Comment this out if you want 'make check' to test you doc status |
| 175 # and run some sanity checks |
175 # and run some sanity checks |
| 176 if ENABLE_GTK_DOC |
176 if ENABLE_GTK_DOC |
| 177 TESTS_ENVIRONMENT = \ |
177 TESTS_ENVIRONMENT = \ |
| 178 DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \ |
178 DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \ |
| 179 SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) |
179 SRCDIR=$(abs_srcdir) |
| 180 #TODO: fix and enable |
180 #TODO: fix and enable |
| 181 #TESTS = $(GTKDOC_CHECK) |
181 #TESTS = $(GTKDOC_CHECK) |
| 182 endif |
182 endif |