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 | 0c95a63008ee6b575e5defe860232e91675802db (patch) | |
tree | d54fb12e95d72d8efec8a6bf1978aeea55adea09 /qpid/cpp/docs/api | |
parent | 7d437d2c16aee1e8bb5675e3bfc412fed93780bf (diff) | |
download | qpid-python-0c95a63008ee6b575e5defe860232e91675802db.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@1400780 13f79535-47bb-0310-9956-ffa450edef68
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 |