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

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)