docs: fix build without ifcfg-rh

This commit is contained in:
Jan Alexander Steffens (heftig) 2016-03-31 22:15:51 +02:00 committed by Dan Williams
parent 05f17ace71
commit 89f3f6ade0

View file

@ -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