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 19:47:55 UTC

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

Author: mcpierce
Date: Fri Sep 27 17:47:55 2013
New Revision: 1526998

URL: http://svn.apache.org/r1526998
Log:
QPID-5186: Install Dispatch documentation files.

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=1526998&r1=1526997&r2=1526998&view=diff
==============================================================================
--- qpid/trunk/qpid/extras/dispatch/CMakeLists.txt (original)
+++ qpid/trunk/qpid/extras/dispatch/CMakeLists.txt Fri Sep 27 17:47:55 2013
@@ -151,6 +151,13 @@ set(PYTHON_CONFIG_SOURCES
     python/qpid/dispatch/__init__.py
 )
 
+set(DOC_FILES
+    ChangeLog
+    LICENSE
+    README.md
+    TODO
+)
+
 install(FILES ${PYTHON_STUBS_SOURCES}
         DESTINATION ${PYTHON_SITELIB_PACKAGES}/qpid/dispatch/stubs)
 
@@ -165,6 +172,9 @@ install(FILES python/qpid/__init__.py
 
 install(FILES python/qpid/dispatch/__init__.py
         DESTINATION ${PYTHON_SITELIB_PACKAGES}/qpid/dispatch)
+
+install(FILES ${DOC_FILES}
+        DESTINATION ${SHARE_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