We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87da70f commit 27ddb9eCopy full SHA for 27ddb9e
Makefile.am
@@ -6,11 +6,17 @@ LDADD = $(LIBOBJS)
6
7
dist_man5_MANS = table-postgres.5
8
9
+EXTRA_DIST = README.md compat.h config.h.in dict.h log.h \
10
+ table_stdio.h util.h
11
+
12
smtpdir = ${prefix}/libexec/smtpd
13
14
install-exec-local: $(noinst_PROGRAMS)
15
$(MKDIR_P) $(DESTDIR)$(smtpdir)
16
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $(noinst_PROGRAMS) $(DESTDIR)$(smtpdir)
17
-README.md: table-postgres.5
18
+uninstall-local:
19
+ rm $(DESTDIR)$(smtpdir)/$(noinst_PROGRAMS)
20
21
+regen-readme:
22
mandoc -Tmarkdown -l table-postgres.5 > README.md
0 commit comments