Skip to content

Commit 27ddb9e

Browse files
committed
fix dist tarball generation
1 parent 87da70f commit 27ddb9e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Makefile.am

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ LDADD = $(LIBOBJS)
66

77
dist_man5_MANS = table-postgres.5
88

9+
EXTRA_DIST = README.md compat.h config.h.in dict.h log.h \
10+
table_stdio.h util.h
11+
912
smtpdir = ${prefix}/libexec/smtpd
1013

1114
install-exec-local: $(noinst_PROGRAMS)
1215
$(MKDIR_P) $(DESTDIR)$(smtpdir)
1316
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $(noinst_PROGRAMS) $(DESTDIR)$(smtpdir)
1417

15-
README.md: table-postgres.5
18+
uninstall-local:
19+
rm $(DESTDIR)$(smtpdir)/$(noinst_PROGRAMS)
20+
21+
regen-readme:
1622
mandoc -Tmarkdown -l table-postgres.5 > README.md

0 commit comments

Comments
 (0)