From 46b9428d92e86612fafc198bb3575acdf6167649 Mon Sep 17 00:00:00 2001 From: a02c1175-5220-4e75-b7a1-18e20548305f <69323803+a02c1175-5220-4e75-b7a1-18e20548305f@users.noreply.github.com> Date: Wed, 22 Dec 2021 07:44:27 +0000 Subject: [PATCH] use wildcard for man pages in Makefile.am --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d537135e..d32ae9e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -220,7 +220,7 @@ icons_sources = $(top_srcdir)/icons/* script_sources = bootstrap.sh -man_sources = docs/profanity*.1 +man_sources = $(wildcard docs/profanity*.1) if BUILD_PGP core_sources += $(pgp_sources)