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