Add manpage install warning [skip ci]

We link new manpages with gz compressed format of the target manpage.
I have not tested it on Windows. So just place a warning here.
This commit is contained in:
Lzu Tao 2018-11-29 00:09:24 +07:00
parent 9c862c6a53
commit 1985e427c7

View File

@ -80,5 +80,6 @@ install_man(join_paths(programs_dir, 'zstd.1'),
join_paths(programs_dir, 'zstdless.1'))
# Meson automatically compresses manpages to gz format
# WARNING: This may fail on Windows. Test NEEDED.
meson.add_install_script(InstallSymlink_py, 'zstd.1.gz', 'zstdcat.1.gz', zstd_man1_dir)
meson.add_install_script(InstallSymlink_py, 'zstd.1.gz', 'unzstd.1.gz', zstd_man1_dir)