summaryrefslogtreecommitdiff
path: root/docs
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
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')
-rw-r--r--docs/api/Makefile.am20
-rw-r--r--docs/libnm/Makefile.am15
2 files changed, 24 insertions, 11 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)
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: