diff options
author | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2016-03-31 22:15:51 +0200 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2016-03-31 22:26:02 -0500 |
commit | 89f3f6ade0bcb93db03988b3a8900eddf4ddce1d (patch) | |
tree | 324b3074f24de82d1fb7cfbab31a4f95fd1567ac /docs | |
parent | 05f17ace7112aa1dfc383292f8bf6d5b5448bca1 (diff) | |
download | NetworkManager-89f3f6ade0bcb93db03988b3a8900eddf4ddce1d.tar.gz |
docs: fix build without ifcfg-rh
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index 666bad0048..a82e70fe74 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -89,8 +89,11 @@ expand_content_files = \ $(top_builddir)/man/NetworkManager.conf.xml \ $(top_builddir)/man/nmcli-examples.xml \ $(top_builddir)/man/nm-settings.xml \ - $(top_builddir)/man/nm-settings-keyfile.xml \ - $(top_builddir)/man/nm-settings-ifcfg-rh.xml + $(top_builddir)/man/nm-settings-keyfile.xml + +if CONFIG_PLUGIN_IFCFG_RH +expand_content_files += $(top_builddir)/man/nm-settings-ifcfg-rh.xml +endif include $(top_srcdir)/gtk-doc.make |