about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-12-22 12:59:06 +0100
committerGitHub <noreply@github.com>2021-12-22 12:59:06 +0100
commited79b074c6dfed8d4501452d5d85d80e6c1bc0f4 (patch)
treebca1ca023314566db0a647857b54273816bec02e
parentd4c9a98d7191fc586e9dd0b2d75c30a5dc543d55 (diff)
parent46b9428d92e86612fafc198bb3575acdf6167649 (diff)
downloadprofani-tty-ed79b074c6dfed8d4501452d5d85d80e6c1bc0f4.tar.gz
Merge pull request #1622 from a02c1175-5220-4e75-b7a1-18e20548305f/master
use wildcard for man pages in 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)