diff options
author | raveit65 <[email protected]> | 2020-10-24 22:00:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-10-24 22:41:48 +0200 |
commit | a9dc63edf357f50bd70071cf6baa4ca6658d420e (patch) | |
tree | 8d473757ff08680ba7c1cee7c4443112b6f2dfcc | |
parent | ee414faa0424f953e758a68a4b93732e0648ee71 (diff) | |
download | atril-a9dc63edf357f50bd70071cf6baa4ca6658d420e.tar.bz2 atril-a9dc63edf357f50bd70071cf6baa4ca6658d420e.tar.xz |
travis: fix make distcheck error on archlinux
-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) && |