From 12f931dc6126e0bb6d25c0087514f135fd2ee53b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 16 Nov 2020 20:56:32 +0100 Subject: travis CI: fix build issue of gtk-doc module --- doc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 52cae33..663e1d4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -74,6 +74,8 @@ GTKDOC_LIBS = $(top_builddir)/libmateweather/libmateweather.la $(GTK_LIBS) $(LIB # 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 += -- cgit v1.2.1