mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 11:00:18 +01:00
docs: include openvswitch(7) man page only when ovs is enabled
(cherry picked from commit 6da369252a)
This commit is contained in:
parent
b459ffbdd8
commit
fc22330c1c
2 changed files with 6 additions and 2 deletions
|
|
@ -88,11 +88,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
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@
|
|||
<xi:include href="../../man/nm-settings-keyfile.xml"><xi:fallback /></xi:include>
|
||||
<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-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