You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2010/03/23 17:24:40 UTC

svn commit: r926648 - /qpid/branches/0.6-release-windows-installer/qpid/cpp/BuildInstallSettings.cmake

Author: shuston
Date: Tue Mar 23 16:24:40 2010
New Revision: 926648

URL: http://svn.apache.org/viewvc?rev=926648&view=rev
Log:
Install/stage generated api docs to docs/api/html. Resolves QPID-2463.

Modified:
    qpid/branches/0.6-release-windows-installer/qpid/cpp/BuildInstallSettings.cmake

Modified: qpid/branches/0.6-release-windows-installer/qpid/cpp/BuildInstallSettings.cmake
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release-windows-installer/qpid/cpp/BuildInstallSettings.cmake?rev=926648&r1=926647&r2=926648&view=diff
==============================================================================
--- qpid/branches/0.6-release-windows-installer/qpid/cpp/BuildInstallSettings.cmake (original)
+++ qpid/branches/0.6-release-windows-installer/qpid/cpp/BuildInstallSettings.cmake Tue Mar 23 16:24:40 2010
@@ -83,7 +83,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")



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org