summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2013-01-26 21:10:34 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2013-01-26 21:12:43 +0100
commitc6aff2fac03209aaf1aadedf13ecf31408a5d70f (patch)
treed156ff377bce9601d706eef4f36561a04943094f
parentc3fab007d45e612e213f755400a4deb7bd00af23 (diff)
Added api doc to manual index for cmake builds.devhelp
-rw-r--r--cmake/doc/CMakeLists.txt1
-rw-r--r--cmake/doc/index.html.cmake1
2 files changed, 2 insertions, 0 deletions
diff --git a/cmake/doc/CMakeLists.txt b/cmake/doc/CMakeLists.txt
index db6eb7ee7..6b4c587e8 100644
--- a/cmake/doc/CMakeLists.txt
+++ b/cmake/doc/CMakeLists.txt
@@ -20,6 +20,7 @@ if (DBUS_ENABLE_DOXYGEN_DOCS)
if (UNIX)
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/api/man/ DESTINATION share/doc/man)
endif ()
+ set(DBUS_API_LINK "<a href=\"api/index.html\">D-Bus API manual</a>")
if (XSLTPROC_EXECUTABLE)
add_custom_target(devhelp
COMMAND ${XSLTPROC_EXECUTABLE} -o ${CMAKE_CURRENT_BINARY_DIR}/dbus.devhelp ${CMAKE_SOURCE_DIR}/../doc/doxygen_to_devhelp.xsl ${CMAKE_BINARY_DIR}/doc/api/xml/index.xml
diff --git a/cmake/doc/index.html.cmake b/cmake/doc/index.html.cmake
index 77dd6614e..ecab83d84 100644
--- a/cmake/doc/index.html.cmake
+++ b/cmake/doc/index.html.cmake
@@ -36,6 +36,7 @@ application manuals
<a href="dbus-test-plan.html">D-Bus Test Plan</a>
<br>
<br>
+@DBUS_API_LINK@
</td>
<td valign=top>
<a href="dbus-daemon.html">D-Bus Daemon manual</a>