mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 16:28:04 +02:00
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
This commit is contained in:
parent
21e94c209d
commit
522633b4f9
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ if(DBUS_ENABLE_DOXYGEN_DOCS)
|
||||||
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/doxygen.stamp
|
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/doxygen.stamp
|
||||||
)
|
)
|
||||||
add_dependencies(doc apidoc)
|
add_dependencies(doc apidoc)
|
||||||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/api/html/ DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/dbus/api)
|
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/api/html/ DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/dbus/api/html)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_program(XSLTPROC_EXECUTABLE xsltproc)
|
find_program(XSLTPROC_EXECUTABLE xsltproc)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue