1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

Merge pull request #1622 from a02c1175-5220-4e75-b7a1-18e20548305f/master

use wildcard for man pages in Makefile.am
This commit is contained in:
Michael Vetter 2021-12-22 12:59:06 +01:00 committed by GitHub
commit ed79b074c6
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)