On Thu, 14 Nov 2013, Jesper Dangaard Brouer wrote:
Also fixed up the Makefile to install these man pages.
Signed-off-by: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
---
userspace/arptables/Makefile | 15 +++++++----
userspace/arptables/arptables-restore.8 | 41 +++++++++++++++++++++++++++++++
userspace/arptables/arptables-save.8 | 37 ++++++++++++++++++++++++++++
3 files changed, 87 insertions(+), 6 deletions(-)
create mode 100644 userspace/arptables/arptables-restore.8
create mode 100644 userspace/arptables/arptables-save.8
diff --git a/userspace/arptables/Makefile b/userspace/arptables/Makefile
index 38158d9..0cf780a 100644
--- a/userspace/arptables/Makefile
+++ b/userspace/arptables/Makefile
@@ -5,11 +5,13 @@ KERNEL_DIR:=./
PREFIX:=/usr/local
LIBDIR:=$(PREFIX)/lib
BINDIR:=$(PREFIX)/sbin
-MANDIR:=$(PREFIX)/man
+MANDIR:=$(PREFIX)/man/man8
Self NACK
I must not add "/man8" to MANDIR, because it can be redefined by a user
on the command line, when invoking make.
I'll send a new V2 patch fixing this.
Hilsen
Jesper Brouer
--
-------------------------------------------------------------------
MSc. Master of Computer Science
Dept. of Computer Science, University of Copenhagen
Author of http://www.adsl-optimizer.dk
-------------------------------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html