diff options
author | raveit65 <[email protected]> | 2020-11-16 20:56:32 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-16 20:56:32 +0100 |
commit | 12f931dc6126e0bb6d25c0087514f135fd2ee53b (patch) | |
tree | 804247896170ae390171eb10811da9ef1be92f31 | |
parent | e9c754d56caa06dd49e40562d1365a0337d79586 (diff) | |
download | libmateweather-12f931dc6126e0bb6d25c0087514f135fd2ee53b.tar.bz2 libmateweather-12f931dc6126e0bb6d25c0087514f135fd2ee53b.tar.xz |
travis CI: fix build issue of gtk-doc module
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 += |