use wildcard for man pages in Makefile.am
This commit is contained in:
committed by
GitHub
parent
d4c9a98d71
commit
46b9428d92
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user