about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authora02c1175-5220-4e75-b7a1-18e20548305f <69323803+a02c1175-5220-4e75-b7a1-18e20548305f@users.noreply.github.com>2021-12-22 07:44:27 +0000
committerGitHub <noreply@github.com>2021-12-22 07:44:27 +0000
commit46b9428d92e86612fafc198bb3575acdf6167649 (patch)
treebca1ca023314566db0a647857b54273816bec02e /Makefile.am
parentd4c9a98d7191fc586e9dd0b2d75c30a5dc543d55 (diff)
downloadprofani-tty-46b9428d92e86612fafc198bb3575acdf6167649.tar.gz
use wildcard for man pages in Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)