mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-10 16:00:32 +01:00
build: fix building clients/cli/settings-docs.c (4)
We also dist libnm/nm-property-docs.xml, so depending on
whether we build from git or source tarball, the file
is in $(srcdir) or $(builddir).
Fixes: d7ad13591b
This commit is contained in:
parent
051c8917f4
commit
8b9dfa013d
1 changed files with 2 additions and 2 deletions
|
|
@ -3103,9 +3103,9 @@ endif
|
|||
|
||||
clients_cli_settings_doc_c = clients/cli/settings-docs.c
|
||||
if HAVE_INTROSPECTION
|
||||
$(clients_cli_settings_doc_c): clients/cli/.dirstamp
|
||||
$(clients_cli_settings_doc_c): clients/cli/settings-docs.xsl libnm/nm-property-docs.xml
|
||||
$(AM_V_GEN) $(XSLTPROC) --output $@ "$(srcdir)/clients/cli/settings-docs.xsl" "$(builddir)/libnm/nm-property-docs.xml"
|
||||
$(AM_V_GEN) $(XSLTPROC) --output $@ $< $(word 2,$^)
|
||||
$(clients_cli_settings_doc_c): clients/cli/.dirstamp
|
||||
DISTCLEANFILES += $(clients_cli_settings_doc_c)
|
||||
else
|
||||
$(clients_cli_settings_doc_c):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue