]> git.mdlowis.com Git - proto/labwc.git/commit
docs: move manpages to proper section directories
authorJan Beich <jbeich@FreeBSD.org>
Thu, 4 Mar 2021 06:21:45 +0000 (06:21 +0000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Thu, 4 Mar 2021 08:40:36 +0000 (08:40 +0000)
commit945ae1cf55b035afb0a74cb513b49100bf589b4d
treea76467357848c66de1fc2038b1daecff74cc8cb9
parent2dd5fce844bf3055bfc226a6c83589c798ce1301
docs: move manpages to proper section directories

Arbitrary sections may not be supported by all man(1) implementations.
labwc manpages have numeric sections but installed in the wrong place:

$ meson setup --prefix=/usr _build && meson install -C _build
[...]
Installing docs/labwc.1 to /usr/share/man/man.1
Installing docs/labwc-config.5 to /usr/share/man/man-config.5
Installing docs/labwc-theme.5 to /usr/share/man/man-theme.5
Installing docs/labwc-actions.5 to /usr/share/man/man-actions.5
[...]
docs/meson.build