mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-27 19:40:11 +01:00
Target devhelp2 does not require dependencies that have already been specified in dbus.devhelp2
This commit is contained in:
parent
cea3a27ed3
commit
44973e372d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ if(DBUS_HAVE_XSLTPROC)
|
|||
${CMAKE_CURRENT_BINARY_DIR}/api/html/index.html
|
||||
)
|
||||
add_custom_target(devhelp2
|
||||
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/api/html/index.html ${CMAKE_CURRENT_BINARY_DIR}/dbus.devhelp2
|
||||
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/dbus.devhelp2
|
||||
)
|
||||
add_dependencies(doc devhelp2)
|
||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dbus.devhelp2 DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/dbus)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue