diff options
author | Dan Winship <danw@gnome.org> | 2014-11-16 17:07:56 -0500 |
---|---|---|
committer | Dan Winship <danw@redhat.com> | 2014-11-19 09:24:10 -0500 |
commit | e43ba45f2fc808b76c12f511390528cf1148a5f3 (patch) | |
tree | 3379f877d6841a04a679c92e9fffeb4763a5c102 /clients/cli | |
parent | 36156b70dc06fb235ee91f3f58942c64583fa7ca (diff) | |
download | NetworkManager-e43ba45f2fc808b76c12f511390528cf1148a5f3.tar.gz |
cli, libnm: don't use D-Bus-specific documentation in nmcli
Now that nm-setting-docs.xml is more D-Bus-specific, it's less
appropriate for nmcli's internal documentation. So generate a second
copy of the docs without using the overrides file, and use that one
for nmcli's documentation.
Diffstat (limited to 'clients/cli')
-rw-r--r-- | clients/cli/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/cli/Makefile.am b/clients/cli/Makefile.am index 6cf1c74e5f..75c00a998d 100644 --- a/clients/cli/Makefile.am +++ b/clients/cli/Makefile.am @@ -51,7 +51,7 @@ nmcli_LDADD += $(POLKIT_LIBS) endif if BUILD_SETTING_DOCS -settings-docs.c: settings-docs.xsl $(top_builddir)/libnm/nm-setting-docs.xml +settings-docs.c: settings-docs.xsl $(top_builddir)/libnm/nm-property-docs.xml $(AM_V_GEN) xsltproc --output $@ $^ BUILT_SOURCES = settings-docs.c |