Skip to content

Commit

Permalink
bench: Change manpage category of tll-bench-channel
Browse files Browse the repository at this point in the history
  • Loading branch information
shramov committed Dec 12, 2023
1 parent ceb36ef commit 6202a2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bench/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ executable('tll-bench-channel', sources: ['channel.cc'], dependencies: [fmt, tll
executable('bench-binder', sources: ['binder.cc'], dependencies: [fmt], include_directories: include)


custom_target('tll-bench-channel.3'
, output : 'tll-bench-channel.3'
custom_target('tll-bench-channel.1'
, output : 'tll-bench-channel.1'
, input : 'channel.rst'
, command : [rst2man, '@INPUT@', '@OUTPUT@']
, install_dir: get_option('mandir') / 'man3'
, install_dir: get_option('mandir') / 'man1'
, install: true
)

0 comments on commit 6202a2f

Please sign in to comment.