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:
Thomas Haller
2020-12-03 15:19:56 +01:00
parent 3ee35a3906
commit abccc8b8fe
3 changed files with 25 additions and 11 deletions

1
.gitignore vendored
View File

@@ -95,6 +95,7 @@ test-*.trs
/docs/api/NetworkManager-*.txt /docs/api/NetworkManager-*.txt
/docs/api/NetworkManager-decl-list.txt.bak /docs/api/NetworkManager-decl-list.txt.bak
/docs/api/NetworkManager-decl.txt.bak /docs/api/NetworkManager-decl.txt.bak
/docs/api/NetworkManager.actions
/docs/api/NetworkManager.args /docs/api/NetworkManager.args
/docs/api/NetworkManager.hierarchy /docs/api/NetworkManager.hierarchy
/docs/api/NetworkManager.interfaces /docs/api/NetworkManager.interfaces

View File

@@ -126,9 +126,19 @@ setup-build.stamp:
#################################### ####################################
EXTRA_DIST += version.xml.in settings-spec.xsl meson.build $(GENERATED_FILES) EXTRA_DIST += \
CLEANFILES += html/* tmpl/* xml/* \ version.xml.in \
NetworkManager-sections.txt \ settings-spec.xsl \
NetworkManager-overrides.txt 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)

View File

@@ -100,16 +100,19 @@ GTKDOC_LIBS = \
# include common portion ... # include common portion ...
include $(top_srcdir)/gtk-doc.make include $(top_srcdir)/gtk-doc.make
EXTRA_DIST += version.xml.in meson.build EXTRA_DIST += \
version.xml.in \
meson.build \
$(NULL)
CLEANFILES += \ CLEANFILES += \
libnm-sections.txt \
libnm-overrides.txt \
html/* \ html/* \
tmpl/* \ tmpl/* \
xml/* xml/* \
libnm-overrides.txt \
DISTCLEANFILES = libnm.actions libnm-sections.txt \
libnm.actions \
$(NULL)
if GTK_DOC_BUILD_HTML if GTK_DOC_BUILD_HTML
check-local-gtk-doc-patch: check-local-gtk-doc-patch: