diff options
Diffstat (limited to 'help/reference/shell/Makefile.am')
-rw-r--r-- | help/reference/shell/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am index d8d5ae36..079b0ec6 100644 --- a/help/reference/shell/Makefile.am +++ b/help/reference/shell/Makefile.am @@ -138,6 +138,8 @@ EXTRA_DIST += \ # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt #DISTCLEANFILES += +DISTCLEANFILES = $(DOC_MODULE).actions + # Comment this out if you want your docs-status tested during 'make check' if ENABLE_GTK_DOC #TESTS_ENVIRONMENT = cd $(srcsrc) && |