From: Ralf Habacker Date: Fri, 25 Jan 2019 17:57:43 +0000 (+0100) Subject: Target devhelp2 does not require dependencies that have already been specified in... X-Git-Tag: dbus-1.13.10~13^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44973e372d97181e9874fe726bfff0f4b4ffe428;p=thirdparty%2Fdbus.git Target devhelp2 does not require dependencies that have already been specified in dbus.devhelp2 --- diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index ea6535474..528e2531f 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -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)