Skip to content

Commit 53f4360

Browse files
committed
docs: make the man page installable
Users now have the *option* to run the documentation build and use `meson install` to install man pages.
1 parent 6f78db9 commit 53f4360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ refman_man = custom_target(
5151
'--force-color',
5252
'--no-modules',
5353
],
54+
install: true,
55+
install_dir: get_option('mandir') / 'man3',
5456
)
5557

5658
# Everything past here is HTML resources.

0 commit comments

Comments
 (0)