Target devhelp2 does not require dependencies that have already been specified in dbus.devhelp2

This commit is contained in:
Ralf Habacker 2019-01-25 18:57:43 +01:00
parent cea3a27ed3
commit 44973e372d

View file

@ -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)