Skip to content

Commit

Permalink
fix dist tarball generation
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Apr 30, 2024
1 parent d8bea56 commit 5b276dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ LDADD = $(LIBOBJS)

dist_man5_MANS = table-passwd.5

EXTRA_DIST = README.md compat.h config.h.in dict.h log.h \
table_stdio.h util.h

smtpdir = ${prefix}/libexec/smtpd

install-exec-local: $(noinst_PROGRAMS)
$(MKDIR_P) $(DESTDIR)$(smtpdir)
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $(noinst_PROGRAMS) $(DESTDIR)$(smtpdir)

README.md: table-passwd.5
uninstall-local:
rm $(DESTDIR)$(smtpdir)/$(noinst_PROGRAMS)

regen-readme:
mandoc -Tmarkdown -l table-passwd.5 >README.md

0 comments on commit 5b276dd

Please sign in to comment.