docs: remove actions files generated by gtk-doc on clean

This commit is contained in:
Beniamino Galvani 2020-10-28 11:26:27 +01:00
parent 1ac00f8bee
commit 3305ff4081
3 changed files with 3 additions and 2 deletions

View file

@ -73,6 +73,7 @@ EXTRA_DIST += version.xml.in meson.build
CLEANFILES += \
libnm-glib-sections.txt \
libnm-glib-overrides.txt \
libnm-glib.actions \
html/* \
tmpl/* \
xml/*

View file

@ -68,6 +68,7 @@ EXTRA_DIST += version.xml.in meson.build
CLEANFILES += \
libnm-util-sections.txt \
libnm-util-overrides.txt \
libnm-util.actions \
html/* \
tmpl/* \
xml/*

View file

@ -92,12 +92,11 @@ EXTRA_DIST += version.xml.in meson.build
CLEANFILES += \
libnm-sections.txt \
libnm-overrides.txt \
libnm.actions \
html/* \
tmpl/* \
xml/*
DISTCLEANFILES = libnm.actions
if GTK_DOC_BUILD_HTML
check-local-gtk-doc-patch:
@if grep -q -F '<a href="libnm-nm-setting-user.html">nm-setting-user</a>' "$(top_builddir)/docs/libnm/html/index.html"; then \