From d2f8d5a4fa7983da0bda4d15e6218aeb895cac89 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 9 Jun 2020 18:53:47 +0200 Subject: 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. --- docs/api/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.1