From 47af79effac38b048f924cf7fe3c739e8c250119 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Fri, 18 Mar 2011 17:22:26 +0100 Subject: Manpage was not installed Entry to install the manpage was missing from Makefile.am (reported by Mark A. Ziesemer) --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index ce7de24..336145a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,5 +17,7 @@ ipset_SOURCES = ipset.c \ ipset_LDADD = ../lib/libipset.la AM_LDFLAGS = -static +man_MANS = ipset.8 + #%.o: %.c # ${AM_VERBOSE_CC} ${CC} ${AM_DEPFLAGS} ${AM_CFLAGS} ${CFLAGS} -o $@ -c $< -- cgit v1.2.3