You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2013/09/27 22:24:56 UTC

svn commit: r1527060 - /qpid/trunk/qpid/extras/dispatch/CMakeLists.txt

Author: mcpierce
Date: Fri Sep 27 20:24:55 2013
New Revision: 1527060

URL: http://svn.apache.org/r1527060
Log:
QPID-5186: Fixed the Dispatch doc directory.

Previously docs were installing to the share directory, not the doc
directory.

Modified:
    qpid/trunk/qpid/extras/dispatch/CMakeLists.txt

Modified: qpid/trunk/qpid/extras/dispatch/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/extras/dispatch/CMakeLists.txt?rev=1527060&r1=1527059&r2=1527060&view=diff
==============================================================================
--- qpid/trunk/qpid/extras/dispatch/CMakeLists.txt (original)
+++ qpid/trunk/qpid/extras/dispatch/CMakeLists.txt Fri Sep 27 20:24:55 2013
@@ -51,6 +51,7 @@ set(INCLUDE_INSTALL_DIR include CACHE PA
 set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "Library object file directory")
 set(SYSCONF_INSTALL_DIR etc CACHE PATH "System read only configuration directory")
 set(SHARE_INSTALL_DIR share CACHE PATH "Shared read only data directory")
+set(DOC_INSTALL_DIR ${SHARE_INSTALL_DIR}/doc CACHE PATH "Shared read-only data directory")
 set(MAN_INSTALL_DIR share/man CACHE PATH "Manpage directory")
 
 # determine the location for installing the python packages
@@ -174,7 +175,7 @@ install(FILES python/qpid/dispatch/__ini
         DESTINATION ${PYTHON_SITELIB_PACKAGES}/qpid/dispatch)
 
 install(FILES ${DOC_FILES}
-        DESTINATION ${SHARE_INSTALL_DIR}/qpid-dispatch)
+        DESTINATION ${DOC_INSTALL_DIR}/qpid-dispatch)
 ##
 ## Build Tests
 ##



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org