]> www.infradead.org Git - users/sagi/libnvme.git/commit
doc: Install pre-compiled man pages to the correct path
authorDaniel Wagner <dwagner@suse.de>
Tue, 30 Aug 2022 14:03:56 +0000 (16:03 +0200)
committerDaniel Wagner <dwagner@suse.de>
Tue, 30 Aug 2022 14:03:56 +0000 (16:03 +0200)
commitf64f8c78dda3af22537f37d688970b0b5572b312
tree3cead75400da3a47ee21a83a269674b3a4bdf3f7
parent0e4d1ce8d5a08f65edf7a1451100d70cf416dd04
doc: Install pre-compiled man pages to the correct path

The install_subdir('man', ...) command installs the man pages under
$mandir/man/ instead of $mandir. Use and external script to get the
list of man pages to avoid having to list all the man pages
explicitly.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
doc/list-pre-compiled.sh [new file with mode: 0755]
doc/meson.build