mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
import
This commit is contained in:
commit
a31bce5175
47 changed files with 8225 additions and 0 deletions
15
man/meson.build
Normal file
15
man/meson.build
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
mandir = join_paths(get_option('prefix'), get_option('mandir'))
|
||||
man1dir = join_paths(mandir, 'man1')
|
||||
|
||||
conf = configuration_data()
|
||||
conf.set('version', meson.project_version())
|
||||
conf.set('version_date', version_date)
|
||||
|
||||
manpage = configure_file(
|
||||
input: files('tio.1.in'),
|
||||
output: 'tio.1',
|
||||
configuration: conf)
|
||||
|
||||
install_man(
|
||||
manpage,
|
||||
install_dir: man1dir)
|
||||
Loading…
Add table
Add a link
Reference in a new issue