diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-10-22 06:56:41 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-10-22 06:56:41 +0000 |
| commit | eaabd3e0c75957fc02d2b68851c666c0475fefc9 (patch) | |
| tree | dd19b541721188a603d58f9033bd5715dbe7a766 /cpp/docs | |
| parent | 3b4454c1dc3f8dd2fb8f7d31812aa41566cd8c37 (diff) | |
| download | qpid-python-eaabd3e0c75957fc02d2b68851c666c0475fefc9.tar.gz | |
QPID-3633: Make cmake the primary build tool for the cpp tree
- Make the installed pkgconfig files have the correct paths embedded.
- Use install variables that should be compatible with the variables
set by rpmbuild's %cmake macro
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1400780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs')
| -rw-r--r-- | cpp/docs/api/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/docs/api/CMakeLists.txt b/cpp/docs/api/CMakeLists.txt index 21e6f51caf..27a84ab443 100644 --- a/cpp/docs/api/CMakeLists.txt +++ b/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 |
