X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=docs%2Freference%2FMakefile.am;h=6139eaf9bd1cd763c5096556f56f568969155dad;hb=2c42a309e26f313d2cddc2910019e96305ab1e57;hp=b53526fb095a089ca964b9d5a90392eebb416167;hpb=cc8f0c32fffd90c55ce5faa5d90a0cb733c7d7b8;p=rodin%2Fchimara.git diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index b53526f..6139eaf 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -112,9 +112,11 @@ EXTRA_DIST += version.xml.in # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types # for --rebuild-sections in $(SCAN_OPTIONS), e.g. $(DOC_MODULE)-sections.txt -# DISTCLEANFILES += - -# Comment this out if you want your docs-status tested during 'make check' -# TESTS_ENVIRONMENT = cd $(srcsrc) -# TESTS = $(GTKDOC_CHECK) - +DISTCLEANFILES = $(DOC_MODULE)-overrides.txt + +# Uncomment this if you want your docs-status tested during 'make check' +# Comment this while not all symbols are documented, otherwise distcheck fails +#if ENABLE_GTK_DOC +#TESTS_ENVIRONMENT = cd $(srcdir) && +#TESTS = $(GTKDOC_CHECK) +#endif