1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

use wildcard for man pages in Makefile.am

This commit is contained in:
a02c1175-5220-4e75-b7a1-18e20548305f 2021-12-22 07:44:27 +00:00 committed by GitHub
parent d4c9a98d71
commit 46b9428d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)