Use docdir for all docs when building (#4269)

This commit is contained in:
ajakk 2020-12-08 01:11:59 -06:00 committed by GitHub
parent be4790802e
commit 27ff84ff42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -643,7 +643,7 @@ if get_option('docs')
'@OUTPUT@', '@OUTPUT@',
], ],
install: true, install: true,
install_dir: join_paths(get_option('datadir'), 'doc', 'i3'), install_dir: docdir,
) )
custom_target( custom_target(
@ -656,7 +656,7 @@ if get_option('docs')
'@OUTPUT@', '@OUTPUT@',
], ],
install: true, install: true,
install_dir: join_paths(get_option('datadir'), 'doc', 'i3'), install_dir: docdir,
) )
endif endif