lldpad/lldpad-0.9.43-lldpad-Add-EVB-and-VDP-man-pages-to-install-path.patch
2011-09-08 08:34:30 +02:00

31 lines
1014 B
Diff

From 217a30cffb9041831f0a9ea92916bea4439d2f92 Mon Sep 17 00:00:00 2001
From: John Fastabend <john.r.fastabend@intel.com>
Date: Tue, 12 Jul 2011 01:07:30 -0700
Subject: [PATCH 04/29] lldpad: Add EVB and VDP man pages to install path
EVB and VDP man pages need to be added to Makefile.am install.
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: Petr Sabata <contyk@redhat.com>
---
Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 30284e6..4bf9566 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,7 +68,8 @@ nltest_SOURCES = nltest.c nltest.h
## man pages
dist_man_MANS = docs/lldpad.8 docs/dcbtool.8 docs/lldptool.8 \
- docs/lldptool-ets.8 docs/lldptool-pfc.8 docs/lldptool-app.8
+ docs/lldptool-ets.8 docs/lldptool-pfc.8 docs/lldptool-app.8 \
+ docs/lldptool-evb.8 docs/lldptool-vdp.8
## force the creation of an empty configuration directory at install time
lldpadconfigdir = /var/lib/lldpad
--
1.7.6