diff options
author | raveit65 <[email protected]> | 2020-11-16 18:12:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-16 18:12:06 +0100 |
commit | 25884a7d3ffeeeea403a898fa44c23cb02606ef1 (patch) | |
tree | 2bfb9bc2d9bf65647ac07b4bb5475c1b855f073d /sendto/docs/Makefile.am | |
parent | 8e36e51f8644666967d4b95ba6ad9d4c0ef1164f (diff) | |
download | caja-extensions-25884a7d3ffeeeea403a898fa44c23cb02606ef1.tar.bz2 caja-extensions-25884a7d3ffeeeea403a898fa44c23cb02606ef1.tar.xz |
travis CI: fix build issue of gtk-doc module
Diffstat (limited to 'sendto/docs/Makefile.am')
-rw-r--r-- | sendto/docs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sendto/docs/Makefile.am b/sendto/docs/Makefile.am index 20f6768..3b293be 100644 --- a/sendto/docs/Makefile.am +++ b/sendto/docs/Makefile.am @@ -80,6 +80,8 @@ GTKDOC_LIBS=$(top_builddir)/sendto/libnstplugin.la # 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 |