add manpage

This commit is contained in:
Raphael Robatsch 2022-04-21 21:51:30 +02:00
commit 85b7b6290a
3 changed files with 57 additions and 2 deletions

View file

@ -27,3 +27,5 @@ executable('somebar',
],
install: true,
cpp_args: '-DSOMEBAR_VERSION="@0@"'.format(meson.project_version()))
install_man('somebar.1')