From e295fc3519ea1b4623ad9a43301527af9b1c6b27 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Sun, 11 Oct 2020 14:28:35 +0800 Subject: travis: fix build error on archlinux --- docs/reference/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index e85d2228..d249ad72 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -100,6 +100,8 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in +DISTCLEANFILES = $(DOC_MODULE).actions + regenerate-types: grep _get_type $(DOC_SOURCE_DIR)/pluma-*.h | grep -oR '^.*\.h' | sort | uniq - | sed -r 's/^.*\.h$/#include "\0"/' > pluma.types grep _get_type $(DOC_SOURCE_DIR)/pluma-*.h | grep -oR '^.*\.h' | sort | uniq - | sed -re 'y/-/_/' -e 's/^(.*)\.h$/\1_get_type/' >> pluma.types.new -- cgit v1.2.1