diff options
-rw-r--r-- | .build.yml | 2 | ||||
-rw-r--r-- | docs/reference/libcaja-extension/Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -75,7 +75,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 |