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:02 +0200
commit56b15ca0b615a12e06df0e56a921b575c26a0019 (patch)
tree9b1ad2f48ac422b27f089060570707896e05a946 /configure.ac
parentb3785245071a1d01232070cc81a3a419cc487315 (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'')
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 acf9e9df6f..175ee554ed 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