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 2014/12/17 00:26:41 UTC

qpid-proton git commit: PROTON-779: Updated Python docs generation to use the new source files.

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 <mc...@gmail.com>
Authored: Tue Dec 16 17:36:53 2014 -0500
Committer: Darryl L. Pierce <mc...@gmail.com>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org