From 01b90064afdd0df62acd8b7e9a79716b3785157d Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 4 Dec 2020 17:48:45 +0100 Subject: [PATCH] Install all profanity manpages Regular profanity.1 and profanity-command.1 for each command. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1228e1ad..5a4d8ffb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -213,7 +213,7 @@ icons_sources = $(top_srcdir)/icons/* script_sources = bootstrap.sh -man_sources = docs/profanity.1 +man_sources = docs/profanity*.1 if BUILD_PGP core_sources += $(pgp_sources)