Repository: qpid-proton Updated Branches: refs/heads/master 437cbb890 -> 3f501ee8c
PROTON-779: Updated Python docs generation to use the new source files. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/3f501ee8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/3f501ee8 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/3f501ee8 Branch: refs/heads/master Commit: 3f501ee8c7804ab8523299c51f5980f66b52f6a9 Parents: 437cbb8 Author: Darryl L. Pierce <[email protected]> Authored: Tue Dec 16 17:36:53 2014 -0500 Committer: Darryl L. Pierce <[email protected]> Committed: Tue Dec 16 18:26:01 2014 -0500 ---------------------------------------------------------------------- proton-c/bindings/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3f501ee8/proton-c/bindings/python/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-c/bindings/python/CMakeLists.txt b/proton-c/bindings/python/CMakeLists.txt index 45dce92..3732081 100644 --- a/proton-c/bindings/python/CMakeLists.txt +++ b/proton-c/bindings/python/CMakeLists.txt @@ -82,7 +82,7 @@ if (EPYDOC_EXE) add_custom_target(docs-py COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/../../env.py -- PYTHONPATH=${CMAKE_CURRENT_BINARY_DIR}:${CMAKE_CURRENT_SOURCE_DIR} ${EPYDOC_EXE} -v --no-private --html -o ${CMAKE_CURRENT_BINARY_DIR}/html - ${CMAKE_CURRENT_SOURCE_DIR}/proton.py) + ${CMAKE_CURRENT_SOURCE_DIR}/${pysrc}) add_dependencies(docs docs-py) install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/html/" DESTINATION "${PROTON_SHARE}/docs/api-py" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
