mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Add missed .1 extension for manpage [skip ci]
This commit is contained in:
@ -88,7 +88,7 @@ install_man(join_paths(zstd_rootdir, 'programs/zstd.1'),
|
|||||||
|
|
||||||
InstallSymlink_py = '../InstallSymlink.py'
|
InstallSymlink_py = '../InstallSymlink.py'
|
||||||
zstd_man1_dir = join_paths(zstd_mandir, 'man1')
|
zstd_man1_dir = join_paths(zstd_mandir, 'man1')
|
||||||
man1_EXT = host_machine_os != os_windows ? '.1.gz' : ''
|
man1_EXT = host_machine_os != os_windows ? '.1.gz' : '.1'
|
||||||
|
|
||||||
foreach f : ['zstdcat', 'unzstd']
|
foreach f : ['zstdcat', 'unzstd']
|
||||||
meson.add_install_script(InstallSymlink_py, 'zstd', f, zstd_bindir)
|
meson.add_install_script(InstallSymlink_py, 'zstd', f, zstd_bindir)
|
||||||
|
Reference in New Issue
Block a user