1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

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)