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:28:34 UTC

svn commit: r926649 - /qpid/trunk/qpid/cpp/BuildInstallSettings.cmake

Author: shuston
Date: Tue Mar 23 16:28:33 2010
New Revision: 926649

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

Modified:
    qpid/trunk/qpid/cpp/BuildInstallSettings.cmake

Modified: qpid/trunk/qpid/cpp/BuildInstallSettings.cmake
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/BuildInstallSettings.cmake?rev=926649&r1=926648&r2=926649&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/BuildInstallSettings.cmake (original)
+++ qpid/trunk/qpid/cpp/BuildInstallSettings.cmake Tue Mar 23 16:28:33 2010
@@ -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")



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