mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-09 06:10:29 +01:00
build: don't consider clients/cli/settings-docs.c for SETTING_DOCS_AVAILABLE
"clients/cli/settings-docs.c" is only required for nmcli. Makefile.am will check for the existance of the file during the build. It doesn't matter for SETTING_DOCS_AVAILABLE.
This commit is contained in:
parent
2c9572d302
commit
269c2afee8
1 changed files with 1 additions and 2 deletions
|
|
@ -1126,8 +1126,7 @@ if test "$build_setting_docs" != "yes" \
|
|||
-a -f man/nm-settings.xml \
|
||||
-a -f man/nm-settings-keyfile.xml \
|
||||
-a -f man/nm-settings-ifcfg-rh.xml \
|
||||
-a -f docs/api/settings-spec.xml \
|
||||
-a -f clients/cli/settings-docs.c; then
|
||||
-a -f docs/api/settings-spec.xml; then
|
||||
have_setting_docs=yes
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue