diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2019-01-25 18:57:43 +0100 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2019-03-13 10:49:54 +0100 |
commit | 44973e372d97181e9874fe726bfff0f4b4ffe428 (patch) | |
tree | e74433f57a2b3b83ab1cacf68bc2e26efdf53a82 /doc | |
parent | cea3a27ed3b956e0af750fe102ce0c1c32ae8843 (diff) | |
download | dbus-44973e372d97181e9874fe726bfff0f4b4ffe428.tar.gz |
Target devhelp2 does not require dependencies that have already been specified in dbus.devhelp2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index ea653547..528e2531 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) |