From a64722f0eff22f9ba8af3999bfb168d9b020ddd8 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Thu, 10 Dec 2015 02:08:16 +0100 Subject: Fix distclean in docs --- docs/reference/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index ed9e987..27bf024 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -100,7 +100,7 @@ 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 += +DISTCLEANFILES = $(DOC_MODULE).types # Comment this out if you want 'make check' to test you doc status # and run some sanity checks -- cgit v1.2.1