Skip to content

Commit 0e70c9d

Browse files
committed
install the manpage too
1 parent 4e012ca commit 0e70c9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ noinst_PROGRAMS = table-socketmap
22

33
table_socketmap_SOURCES = table_socketmap.c dict.c log.c table_stdio.c util.c
44

5-
AM_CFLAGS =
65
LDADD = $(LIBOBJS)
76

7+
dist_man5_MANS = table-socketmap.5
8+
89
smtpdir = ${prefix}/libexec/smtpd
910

1011
install-exec-local: $(noinst_PROGRAMS)

0 commit comments

Comments
 (0)