diff options
author | Michal Ratajsky <[email protected]> | 2015-12-10 02:08:16 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2015-12-10 02:08:16 +0100 |
commit | a64722f0eff22f9ba8af3999bfb168d9b020ddd8 (patch) | |
tree | 3460ab3ee149ffb8f739d71910c91536a50ae537 | |
parent | 3d0ebc39eae3cc2a80380fa6ea62f40673f045c9 (diff) | |
download | libmatemixer-a64722f0eff22f9ba8af3999bfb168d9b020ddd8.tar.bz2 libmatemixer-a64722f0eff22f9ba8af3999bfb168d9b020ddd8.tar.xz |
Fix distclean in docs
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |