Skip to content

Commit 69fe272

Browse files
committed
install manpage too
1 parent cfa47a3 commit 69fe272

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-sqlite
22

33
table_sqlite_SOURCES = table_sqlite.c dict.c log.c table_stdio.c util.c
44

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

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

1011
install-exec-local: $(noinst_PROGRAMS)

0 commit comments

Comments
 (0)