]> git.ipfire.org Git - thirdparty/man-pages.git/commit - share/mk/install/man.mk
cmd.mk, install-man.mk: Allow installing link pages as symlinks
authorAlejandro Colomar <alx@kernel.org>
Wed, 8 Mar 2023 01:02:31 +0000 (02:02 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 8 Mar 2023 23:05:40 +0000 (00:05 +0100)
commit335acbfbbd151b824e53d94c5aec85d2ee5a051a
tree7d729911fb7fc211f196ec3673ad36d17adba317
parentca794b785152e3b70ac7fc9773cf142210150195
cmd.mk, install-man.mk: Allow installing link pages as symlinks

We keep them as .so "includes" in our source code, but if some
distribution wants to have them as symlinks in their filesystem, make it
easy for them to install as such, by specifying 'LINK_PAGES=symlink'.

Example:

    $ make install LINK_PAGES=symlink

Signed-off-by: Alejandro Colomar <alx@kernel.org>
INSTALL
lib/cmd.mk
lib/install-man.mk