summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-09-27 17:47:55 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-09-27 17:47:55 +0000
commit5762639c1a396eea7c8f7008626bd88abe544fb4 (patch)
treeb406b35ba202a68d59bd781a21a6a37b7eed7b82 /qpid/extras/dispatch
parent9caee3b9c698a6870494f478455579404be1ea45 (diff)
downloadqpid-python-5762639c1a396eea7c8f7008626bd88abe544fb4.tar.gz
QPID-5186: Install Dispatch documentation files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/dispatch')
-rw-r--r--qpid/extras/dispatch/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/qpid/extras/dispatch/CMakeLists.txt b/qpid/extras/dispatch/CMakeLists.txt
index 365e5d6bf7..7449e738e7 100644
--- a/qpid/extras/dispatch/CMakeLists.txt
+++ b/qpid/extras/dispatch/CMakeLists.txt
@@ -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
##