From a9dc63edf357f50bd70071cf6baa4ca6658d420e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 24 Oct 2020 22:00:08 +0200 Subject: travis: fix make distcheck error on archlinux --- help/reference/libdocument/Makefile.am | 2 ++ help/reference/libview/Makefile.am | 2 ++ help/reference/shell/Makefile.am | 2 ++ 3 files changed, 6 insertions(+) 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) && -- cgit v1.2.1