docs: make the man page installable

Users now have the *option* to run the documentation build and use
`meson install` to install man pages.
pull/11777/head
Eli Schwartz 2 years ago
parent 6f78db93bf
commit 53f43605ce
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      docs/meson.build

@ -51,6 +51,8 @@ refman_man = custom_target(
'--force-color', '--force-color',
'--no-modules', '--no-modules',
], ],
install: true,
install_dir: get_option('mandir') / 'man3',
) )
# Everything past here is HTML resources. # Everything past here is HTML resources.

Loading…
Cancel
Save