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)
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user