Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Use docdir for all docs when building (#4269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajakk committed Dec 8, 2020
1 parent be47908 commit 27ff84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Expand Up @@ -643,7 +643,7 @@ if get_option('docs')
'@OUTPUT@',
],
install: true,
install_dir: join_paths(get_option('datadir'), 'doc', 'i3'),
install_dir: docdir,
)

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

Expand Down

0 comments on commit 27ff84f

Please sign in to comment.