summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@redhat.com>2014-11-20 09:40:47 -0500
committerDan Winship <danw@redhat.com>2014-11-20 09:40:47 -0500
commit1706bd0308e14607dbe55192a071c21a3a512468 (patch)
tree0cc9dee9156be8c6c8268daf96f15f4da1423574
parentc83b40aca76fc0ed624a6c9e71dbd7b0abfa13f2 (diff)
downloadNetworkManager-1706bd0308e14607dbe55192a071c21a3a512468.tar.gz
docs: fix build-from-tarball (again)
-rw-r--r--libnm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/Makefile.am b/libnm/Makefile.am
index 9f63a0ffe1..3f03b800c7 100644
--- a/libnm/Makefile.am
+++ b/libnm/Makefile.am
@@ -191,7 +191,7 @@ noinst_DATA = \
nm-keyfile-docs.xml \
nm-ifcfg-rh-docs.xml
-docs_sources = $(filter-out nm-core-enum-types.c,$(libnm_core_sources))
+docs_sources = $(filter-out %/nm-core-enum-types.c,$(libnm_core_sources))
nm-setting-docs-overrides.xml: generate-plugin-docs.pl $(docs_sources)
$(srcdir)/generate-plugin-docs.pl dbus $(top_srcdir)/libnm-core $@