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 | 9dba1b5fd17bdbc9632aa62e986d57c12458b456 (patch) | |
tree | 0ef4830c7c46386ea9a73e0af0113992ed19c35d | |
parent | 20c6e290c0bbb2865821ec7c50af923c974350c5 (diff) | |
download | qpid-python-9dba1b5fd17bdbc9632aa62e986d57c12458b456.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/qpid@926649 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/BuildInstallSettings.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/BuildInstallSettings.cmake b/cpp/BuildInstallSettings.cmake index c1cf2bcba2..b3ca26b6ad 100644 --- a/cpp/BuildInstallSettings.cmake +++ b/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")
|