[librsvg: 2/3] doc: Remove rsvg.actions on 'make distclean'




commit 07a68c947d2009d7ff805e6eb968214a15513aaa
Author: Sven Neumann <sven svenfoo org>
Date:   Tue Nov 3 09:59:05 2020 +0100

    doc: Remove rsvg.actions on 'make distclean'
    
    The latest version of gtk-doc seems to create this (empty) file when
    running rsvg-scan, but it's not removed on distclean leading to an
    error on 'make distcheck'.

 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d1cd62b9..29c3b743 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -112,7 +112,7 @@ EXTRA_DIST += \
 # 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).actions
 
 # Comment this out if you want your docs-status tested during 'make check'
 if ENABLE_GTK_DOC


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]