From 2654ffd3f5460c1cdb606c216ab3298336b25533 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 31 Oct 2020 15:56:58 +0100 Subject: fix distcheck error on archlinux and fedora - use BR pango-devel for fedora --- .build.yml | 2 +- docs/reference/libcaja-extension/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 7731ac89..15d2ccf0 100644 --- a/.build.yml +++ b/.build.yml @@ -72,7 +72,7 @@ requires: - libxml2-devel - mate-common - mate-desktop-devel - - pangox-compat-devel + - pango-devel - python3-lxml - startup-notification-devel - libnotify-devel diff --git a/docs/reference/libcaja-extension/Makefile.am b/docs/reference/libcaja-extension/Makefile.am index cf6a8806..aa5047d2 100644 --- a/docs/reference/libcaja-extension/Makefile.am +++ b/docs/reference/libcaja-extension/Makefile.am @@ -76,6 +76,8 @@ GTKDOC_LIBS = \ # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make +DISTCLEANFILES = $(DOC_MODULE).actions + # Other files to distribute # e.g. EXTRA_DIST += version.xml.in EXTRA_DIST += version.xml.in -- cgit v1.2.1