| 146 # Comment this out if you want 'make check' to test you doc status |
146 # Comment this out if you want 'make check' to test you doc status |
| 147 # and run some sanity checks |
147 # and run some sanity checks |
| 148 if ENABLE_GTK_DOC |
148 if ENABLE_GTK_DOC |
| 149 TESTS_ENVIRONMENT = \ |
149 TESTS_ENVIRONMENT = \ |
| 150 DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \ |
150 DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \ |
| 151 SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) |
151 SRCDIR=$(abs_srcdir) |
| 152 #TODO: fix and enable |
152 #TODO: fix and enable |
| 153 #TESTS = $(GTKDOC_CHECK) |
153 #TESTS = $(GTKDOC_CHECK) |
| 154 endif |
154 endif |