diff options
author | Stephen D. Huston <shuston@apache.org> | 2010-03-23 16:28:33 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2010-03-23 16:28:33 +0000 |
commit | 2e6d9081d8d17690d7916ce85b77feda619f737c (patch) | |
tree | 68a9a72dec6bba00c1f1c0a3b936eb48e1e49f9f /qpid | |
parent | 8c02c2599ddfe95dac4a9bb4a3dc5086ab76ad8c (diff) | |
download | qpid-python-2e6d9081d8d17690d7916ce85b77feda619f737c.tar.gz |
Install/stage generated api docs to docs/api/html. Resolves QPID-2463.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@926649 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rw-r--r-- | qpid/cpp/BuildInstallSettings.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/BuildInstallSettings.cmake b/qpid/cpp/BuildInstallSettings.cmake index c1cf2bcba2..b3ca26b6ad 100644 --- a/qpid/cpp/BuildInstallSettings.cmake +++ b/qpid/cpp/BuildInstallSettings.cmake @@ -92,7 +92,7 @@ if (WIN32) "Directory to install read-only arch.-independent data root")
set (QPID_INSTALL_EXAMPLESDIR examples CACHE STRING
"Directory to install programming examples in")
- set (QPID_INSTALL_HTMLDIR html CACHE STRING
+ set (QPID_INSTALL_HTMLDIR docs/api/html CACHE STRING
"Directory to install HTML documentation")
set (QPID_INSTALL_INCLUDEDIR include CACHE STRING
"Directory to install programming header files")
|