From: Jozsef Kadlecsik Date: Fri, 18 Mar 2011 16:22:26 +0000 (+0100) Subject: Manpage was not installed X-Git-Tag: v6.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47af79effac38b048f924cf7fe3c739e8c250119;p=thirdparty%2Fipset.git Manpage was not installed Entry to install the manpage was missing from Makefile.am (reported by Mark A. Ziesemer) --- diff --git a/src/Makefile.am b/src/Makefile.am index ce7de24e..336145ad 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 $<