build: fix distcheck with new gtk-doc

The .actions file is generated by newer gtk-doc releases, we just
treat it as e.g. the .signals or .types files.

This is also already fixed in upstream gtk-doc:
  https://gitlab.gnome.org/GNOME/gtk-doc/-/merge_requests/61
This commit is contained in:
Aleksander Morgado
2020-11-08 09:22:09 +01:00
parent f874b0f6b7
commit 50c69d5403
2 changed files with 2 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ CLEANFILES += \
$(DOC_MODULE).interfaces \
$(DOC_MODULE).prerequisites \
$(DOC_MODULE).signals \
$(DOC_MODULE).actions \
*.stamp \
-rf xml html tmpl \
$(NULL)