diff options
-rw-r--r-- | help/reference/libdocument/Makefile.am | 2 | ||||
-rw-r--r-- | help/reference/libview/Makefile.am | 2 | ||||
-rw-r--r-- | help/reference/shell/Makefile.am | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/help/reference/libdocument/Makefile.am b/help/reference/libdocument/Makefile.am index dec03e8e..f7285b87 100644 --- a/help/reference/libdocument/Makefile.am +++ b/help/reference/libdocument/Makefile.am @@ -123,6 +123,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) && diff --git a/help/reference/libview/Makefile.am b/help/reference/libview/Makefile.am index 08164f10..a3e0cf3e 100644 --- a/help/reference/libview/Makefile.am +++ b/help/reference/libview/Makefile.am @@ -133,6 +133,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) && 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) && |