summaryrefslogtreecommitdiff
path: root/docs/libnm
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-12-03 15:19:56 +0100
committerThomas Haller <thaller@redhat.com>2020-12-03 17:31:30 +0100
commitabccc8b8fe2c00058c4028a182b723fc5aa3799c (patch)
tree3293fd525685bcba878a9419da12f0c30e05aa3c /docs/libnm
parent3ee35a39060b33aa1bdb96d40dee0bb997c0f65a (diff)
downloadNetworkManager-abccc8b8fe2c00058c4028a182b723fc5aa3799c.tar.gz
build: ignore "docs/api/NetworkManager.actions" build artifact
I still don't understand why we get now these ".actions" build artifacts. Anyway, I don't think we need to care. Just ignore it.
Diffstat (limited to 'docs/libnm')
-rw-r--r--docs/libnm/Makefile.am15
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am
index b637f79835..5328bd6586 100644
--- a/docs/libnm/Makefile.am
+++ b/docs/libnm/Makefile.am
@@ -100,16 +100,19 @@ GTKDOC_LIBS = \
# include common portion ...
include $(top_srcdir)/gtk-doc.make
-EXTRA_DIST += version.xml.in meson.build
+EXTRA_DIST += \
+ version.xml.in \
+ meson.build \
+ $(NULL)
CLEANFILES += \
- libnm-sections.txt \
- libnm-overrides.txt \
html/* \
tmpl/* \
- xml/*
-
-DISTCLEANFILES = libnm.actions
+ xml/* \
+ libnm-overrides.txt \
+ libnm-sections.txt \
+ libnm.actions \
+ $(NULL)
if GTK_DOC_BUILD_HTML
check-local-gtk-doc-patch: