Use docdir for all docs when building (#4269)
This commit is contained in:
parent
be4790802e
commit
27ff84ff42
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user