]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add manpage install warning [skip ci]
authorLzu Tao <taolzu@gmail.com>
Wed, 28 Nov 2018 17:09:24 +0000 (00:09 +0700)
committerLzu Tao <taolzu@gmail.com>
Sat, 1 Dec 2018 16:18:59 +0000 (23:18 +0700)
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.

contrib/meson/programs/meson.build

index 1c77f74805a4bd9a39b456c5f3ba68b5a81df981..59cf09a05f83aac39925a7aad7dca085cac19e0d 100644 (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)