summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-06-09 18:53:47 +0200
committerThomas Haller <thaller@redhat.com>2020-06-11 10:53:50 +0200
commitd2f8d5a4fa7983da0bda4d15e6218aeb895cac89 (patch)
tree1b74e91a66037f1e1eea201e6ba6c922ead4d52a /docs
parentcaa70a50d747a21d95e4b74c4e0472a153767466 (diff)
downloadNetworkManager-d2f8d5a4fa7983da0bda4d15e6218aeb895cac89.tar.gz
docs: move "nm-settings-docs-{dbus,nmcli}.xml" from "libnm/" to "man/"
"nm-settings-docs-nmcli.xml" will be generated by a tool that depends on "clients/common/". The file should thus not be in libnm directory, otherwise there is a circular dependency. Move the file to "man/" directory. For consistency, also move "nm-settings-docs-dbus.xml". Note that we cannot move "nm-settings-docs-gir.xml" to "man/", because that one is needed for building clients.
Diffstat (limited to 'docs')
-rw-r--r--docs/api/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am
index 520bb3f14d..dfa3210c68 100644
--- a/docs/api/Makefile.am
+++ b/docs/api/Makefile.am
@@ -7,7 +7,7 @@ GENERATED_FILES =
if BUILD_DOCS
-settings-spec.xml: settings-spec.xsl $(top_builddir)/libnm/nm-settings-docs-dbus.xml
+settings-spec.xml: settings-spec.xsl $(top_builddir)/man/nm-settings-docs-dbus.xml
$(AM_V_GEN) (! test -f $@ || chmod u+w $@) && xsltproc --output $@ $^
# Top-level SGML file includes (depends on) settings-spec.xml