summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-10-30 17:32:30 +0100
committerLubomir Rintel <lkundrak@v3.sk>2017-10-30 21:46:55 +0100
commit6b532fed5046d0d658164e5ab9813ce8871cfbeb (patch)
tree9b572f96500061687babbac56ad85220c2aa1ef7 /Makefile.am
parent4199c976dac21c22773e0c133c42c3b738ca76d2 (diff)
downloadNetworkManager-6b532fed5046d0d658164e5ab9813ce8871cfbeb.tar.gz
man: add OpenVSwitch overviewlr/ovs
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1c7456d6f4..46799cb1f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4375,6 +4375,13 @@ man_pages_autogen += \
man/nm-settings-keyfile.5 \
man/nm-settings.5
+if WITH_OPENVSWITCH
+man_pages += man/nm-openvswitch.7
+else
+EXTRA_DIST += man/nm-openvswitch.7
+dist_dependencies += man/nm-openvswitch.7
+endif
+
if CONFIG_PLUGIN_IFCFG_RH
man_pages_autogen += man/nm-settings-ifcfg-rh.5
else