]> git.ipfire.org Git - thirdparty/dbus.git/commit
cmake: install api docs in html subdir
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 27 Sep 2024 15:50:42 +0000 (17:50 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Fri, 27 Sep 2024 15:51:40 +0000 (17:51 +0200)
commit522633b4f92a36858d381c1ad45675615c63e5a2
tree95fb11fec27048222651fb6261d64ddc32980382
parent21e94c209d49afbc0d123bd1675da1ceb657d19b
cmake: install api docs in html subdir

CMake has previously installed the api documentation in the api/
subdirectory, but api/html is required to correspond to the link
in the generated index file (index.html).

Fix #519
doc/CMakeLists.txt