You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2015/06/09 17:33:51 UTC

qpid-proton git commit: NO-JIRA: don't fail install if docs haven't been generated (tutorial in particular)

Repository: qpid-proton
Updated Branches:
  refs/heads/master 53b918471 -> aa548c40b


NO-JIRA: don't fail install if docs haven't been generated (tutorial in particular)


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/aa548c40
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/aa548c40
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/aa548c40

Branch: refs/heads/master
Commit: aa548c40b52af58809d98c5243e5cb1fdaad1d56
Parents: 53b9184
Author: Gordon Sim <gs...@redhat.com>
Authored: Tue Jun 9 16:35:55 2015 +0100
Committer: Gordon Sim <gs...@redhat.com>
Committed: Tue Jun 9 16:35:55 2015 +0100

----------------------------------------------------------------------
 proton-c/bindings/python/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/aa548c40/proton-c/bindings/python/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/python/CMakeLists.txt b/proton-c/bindings/python/CMakeLists.txt
index 4f15aac..26fa171 100644
--- a/proton-c/bindings/python/CMakeLists.txt
+++ b/proton-c/bindings/python/CMakeLists.txt
@@ -103,7 +103,8 @@ if (SPHINX_EXE)
    add_dependencies(docs tutorial-py)
    install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/tutorial/"
            DESTINATION "${PROTON_SHARE}/docs/tutorial-py"
-           COMPONENT documentation)
+           COMPONENT documentation
+           ${OPTIONAL_ARG})
 endif (SPHINX_EXE)
 
 install(FILES ${CPROTON_ARTIFACTS}


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