summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-06-15 23:44:24 +0200
committerThomas Haller <thaller@redhat.com>2020-06-16 00:04:37 +0200
commit8ee194ae523091c898aa9d7806b09d73d9c18c67 (patch)
tree79441bb7455c2cb67d66d70eebc2623bbfba89f9 /configure.ac
parentd7ff630425b1fd07ed6d547af0bede6217655fd8 (diff)
build: fix detecting use of pregenerated docs in "configure.ac"
Without it, we fail to use the pregenerated gtk-doc files. Fixes: 8a78b15c9b29 ('docs: merge branch 'th/nm-settings-manual'') (cherry picked from commit 56b15ca0b615a12e06df0e56a921b575c26a0019)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6e89a61873..5bcebbc35c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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