summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-10-11 14:28:35 +0800
committerraveit65 <[email protected]>2020-10-29 19:24:08 +0100
commit62df4e9e5366a7e75698b5fcdc0d673658e608f6 (patch)
treee4bdf002d2a93a5d28f2ee742ab52bc60229cc78 /docs/reference
parent6203909c992cc69bcf3dbf9bbf743bf4bd2305a8 (diff)
downloadpluma-62df4e9e5366a7e75698b5fcdc0d673658e608f6.tar.bz2
pluma-62df4e9e5366a7e75698b5fcdc0d673658e608f6.tar.xz
travis: fix build error on archlinux and fedora
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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