mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-07 11:10:16 +01:00
Merge branch 'fix-519' into 'master'
cmake: install api docs in html subdir Closes #519 See merge request dbus/dbus!473
This commit is contained in:
commit
5f5cd5d65e
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
|
||||
)
|
||||
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()
|
||||
|
||||
find_program(XSLTPROC_EXECUTABLE xsltproc)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue