| 139 # Files not to distribute |
139 # Files not to distribute |
| 140 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types |
140 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types |
| 141 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt |
141 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt |
| 142 DISTCLEANFILES = $(DOC_MODULE).types $(DOC_MODULE)-sections.txt |
142 DISTCLEANFILES = $(DOC_MODULE).types $(DOC_MODULE)-sections.txt |
| 143 |
143 |
| |
144 dist-hook: html-build.stamp |
| |
145 |
| 144 # 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 |
| 145 # and run some sanity checks |
147 # and run some sanity checks |
| 146 if ENABLE_GTK_DOC |
148 if ENABLE_GTK_DOC |
| 147 TESTS_ENVIRONMENT = \ |
149 TESTS_ENVIRONMENT = \ |
| 148 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) \ |
| 149 SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) |
151 SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) |
| 150 TESTS = $(GTKDOC_CHECK) |
152 #TODO: fix and enable |
| |
153 #TESTS = $(GTKDOC_CHECK) |
| 151 endif |
154 endif |