diff options
Diffstat (limited to 'qpid/cpp/docs/api')
-rw-r--r-- | qpid/cpp/docs/api/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/docs/api/CMakeLists.txt b/qpid/cpp/docs/api/CMakeLists.txt index 21e6f51caf..27a84ab443 100644 --- a/qpid/cpp/docs/api/CMakeLists.txt +++ b/qpid/cpp/docs/api/CMakeLists.txt @@ -33,7 +33,7 @@ if (GEN_DOXYGEN) # HTML files are generated to ./html - put those in the install. install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ - DESTINATION ${QPID_INSTALL_HTMLDIR} + DESTINATION ${QPID_INSTALL_DOCDIR}/api/html COMPONENT ${QPID_COMPONENT_CLIENT_INCLUDE}) if (CPACK_GENERATOR STREQUAL "NSIS") set (CPACK_NSIS_MENU_LINKS |