mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 14:10:36 +01:00
build: fix detecting use of pregenerated docs in "configure.ac"
Without it, we fail to use the pregenerated gtk-doc files. Fixes:8a78b15c9b('docs: merge branch 'th/nm-settings-manual'') (cherry picked from commit56b15ca0b6)
This commit is contained in:
parent
d7ff630425
commit
8ee194ae52
1 changed files with 3 additions and 2 deletions
|
|
@ -1289,9 +1289,10 @@ if test "$build_docs" != "yes" -a \
|
|||
-f "$srcdir"/man/nm-settings-keyfile.5 -a \
|
||||
-f "$srcdir"/man/nm-settings-nmcli.5 -a \
|
||||
\
|
||||
-f "$srcdir"/man/nm-settings.xml -a \
|
||||
-f "$srcdir"/man/nm-settings-keyfile.xml -a \
|
||||
-f "$srcdir"/man/nm-settings-dbus.xml -a \
|
||||
-f "$srcdir"/man/nm-settings-ifcfg-rh.xml -a \
|
||||
-f "$srcdir"/man/nm-settings-keyfile.xml -a \
|
||||
-f "$srcdir"/man/nm-settings-nmcli.xml -a \
|
||||
\
|
||||
-f "$srcdir"/docs/api/settings-spec.xml; then
|
||||
use_pregen_docs=yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue