]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Target devhelp2 does not require dependencies that have already been specified in...
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 25 Jan 2019 17:57:43 +0000 (18:57 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Wed, 13 Mar 2019 09:49:54 +0000 (10:49 +0100)
doc/CMakeLists.txt

index ea6535474e5d1f54d628cb5ce19c11cc51ac215c..528e2531ff96c2b8c7eaf35020067d3085410a2d 100644 (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)