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.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user