]> granicus.if.org Git - ipset/commitdiff
Manpage was not installed
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 18 Mar 2011 16:22:26 +0000 (17:22 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 18 Mar 2011 16:22:26 +0000 (17:22 +0100)
Entry to install the manpage was missing from Makefile.am
(reported by Mark A. Ziesemer)

src/Makefile.am

index ce7de24e463a4227f372b07ce12bf8514b2e3221..336145ad24c4f5a3c47bc5ca14e90e8491bb965c 100644 (file)
@@ -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 $<