summaryrefslogtreecommitdiff
path: root/docs/api
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/api
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/api')
-rw-r--r--docs/api/Makefile.am20
1 files changed, 15 insertions, 5 deletions
diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am
index dfa3210c68..4f370449a2 100644
--- a/docs/api/Makefile.am
+++ b/docs/api/Makefile.am
@@ -126,9 +126,19 @@ setup-build.stamp:
####################################
-EXTRA_DIST += version.xml.in settings-spec.xsl meson.build $(GENERATED_FILES)
-CLEANFILES += html/* tmpl/* xml/* \
- NetworkManager-sections.txt \
- NetworkManager-overrides.txt
+EXTRA_DIST += \
+ version.xml.in \
+ settings-spec.xsl \
+ meson.build \
+ $(GENERATED_FILES) \
+ $(NULL)
-CLEANFILES += settings-spec.xml
+CLEANFILES += \
+ html/* \
+ tmpl/* \
+ xml/* \
+ NetworkManager-overrides.txt \
+ NetworkManager-sections.txt \
+ NetworkManager.actions \
+ settings-spec.xml \
+ $(NULL)