mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 12:10:10 +01:00
docs: include openvswitch(7) man page only when ovs is enabled
This commit is contained in:
parent
c06a6aec1a
commit
6da369252a
2 changed files with 6 additions and 2 deletions
|
|
@ -89,11 +89,15 @@ content_files = \
|
|||
$(top_builddir)/man/nmcli-examples.xml \
|
||||
$(top_builddir)/man/nm-settings.xml \
|
||||
$(top_builddir)/man/nm-settings-keyfile.xml \
|
||||
$(top_builddir)/man/nm-openvswitch.xml \
|
||||
version.xml \
|
||||
../../COPYING \
|
||||
$(NULL)
|
||||
|
||||
|
||||
if WITH_OPENVSWITCH
|
||||
content_files += $(top_builddir)/man/nm-openvswitch.xml
|
||||
endif
|
||||
|
||||
if CONFIG_PLUGIN_IFCFG_RH
|
||||
content_files += $(top_builddir)/man/nm-settings-ifcfg-rh.xml
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
<xi:include href="../../man/nm-settings-ifcfg-rh.xml"><xi:fallback /></xi:include>
|
||||
<xi:include href="../../man/nm-online.xml"/>
|
||||
<xi:include href="../../man/nm-initrd-generator.xml"/>
|
||||
<xi:include href="../../man/nm-openvswitch.xml"/>
|
||||
<xi:include href="../../man/nm-openvswitch.xml"><xi:fallback /></xi:include>
|
||||
</part>
|
||||
|
||||
<part id="ref-settings">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue