Skip to content

Commit d2663d5

Browse files
committed
install manpage too
1 parent a1c4932 commit d2663d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.am

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

33
table_postgres_SOURCES = table_postgres.c dict.c log.c table_stdio.c util.c
44

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

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

1011
install-exec-local: $(noinst_PROGRAMS)

0 commit comments

Comments
 (0)