blob: f779d47e4d941f76cb115325929ce739bdc2b2d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- doc/meson.build.orig 2019-10-31 15:01:59 UTC
+++ doc/meson.build
@@ -15,5 +15,5 @@ custom_target(
command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/man_doctrees', meson.current_source_dir(), '@OUTPUT@/man1'],
build_by_default: true,
install: true,
- install_dir: get_option('datadir'),
+ install_dir: get_option('mandir'),
)
|