mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
fix installation of manpages
fixup of 46b9428d92
[0] writes something about "... use ‘man*section*_MANS’ over ‘man_MANS’ ..."
in the context of "fast installation", so I tried that and it worked.
TBH I don't really understand why this fixes the problem.
[0] https://www.gnu.org/software/automake/manual/html_node/Man-Pages.html
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
parent
53a7689a58
commit
eae795f478
@ -221,7 +221,7 @@ icons_sources = $(top_srcdir)/icons/*
|
||||
|
||||
script_sources = bootstrap.sh
|
||||
|
||||
man_sources = $(wildcard docs/profanity*.1)
|
||||
man1_sources = $(wildcard $(top_srcdir)/docs/profanity*.1)
|
||||
|
||||
if BUILD_PGP
|
||||
core_sources += $(pgp_sources)
|
||||
@ -289,9 +289,9 @@ tests_unittests_unittests_LDADD = -lcmocka
|
||||
#endif
|
||||
#endif
|
||||
|
||||
man_MANS = $(man_sources)
|
||||
man1_MANS = $(man1_sources)
|
||||
|
||||
EXTRA_DIST = $(man_sources) $(icons_sources) $(themes_sources) $(script_sources) profrc.example theme_template LICENSE.txt README.md CHANGELOG
|
||||
EXTRA_DIST = $(man1_sources) $(icons_sources) $(themes_sources) $(script_sources) profrc.example theme_template LICENSE.txt README.md CHANGELOG
|
||||
|
||||
# Ship API documentation with `make dist`
|
||||
EXTRA_DIST += \
|
||||
|
Loading…
Reference in New Issue
Block a user