aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorOlivia Crain <olivia@olivia.dev>2024-09-26 14:28:25 -0500
committerOlivia Crain <olivia@olivia.dev>2024-09-27 11:55:28 -0500
commit0e6b3435a14a304b8833c27d2911de7ac4e731d4 (patch)
tree62d9ba6be3265b776602488d1d8fe2a4b6b46ce9 /meson.build
parent14dc84ed03f1b7e5a41bb6fdce00916faab32b60 (diff)
build: install html manual without using install_subdir
In Meson, `install_subdir` is meant to be used with directories in the source directory. When using it to install the HTML manual, we provide it with a path under the build directory. We should instead specify an install directory for the HTML manual as part of the custom target that builds it. What we do currently isn't broken, just semantically incorrect. Changing it does get rid of the following deprecation warning, though: `` Project [...] uses feature deprecated since '0.60.0': install_subdir with empty directory. It worked by accident and is buggy. Use install_emptydir instead. `` Change-Id: I259583b7bdff8ecbb3b342653d70dc5f034c7fad
Diffstat (limited to 'meson.build')
0 files changed, 0 insertions, 0 deletions