Skip to content

Commit

Permalink
Merge pull request yshui#423 from orbea/man
Browse files Browse the repository at this point in the history
meson: Respect mandir.
  • Loading branch information
yshui authored Jun 6, 2020
2 parents 00a0d27 + c2d8072 commit 38b9d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if get_option('with_docs')
'picom-version='+version,
'--format', 'manpage', '@INPUT@', '-D',
meson.current_build_dir()],
install: true, install_dir: 'share/man/man1/')
install: true,
install_dir: join_paths(get_option('mandir'), 'man1'))
endforeach
endif

0 comments on commit 38b9d41

Please sign in to comment.