[opengm] 24/50: Install Python docs under share/doc/python-opengm

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Nov 1 17:14:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository opengm.

commit 730997e4304eb2a00d655029f8796deb0a663520
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Oct 22 16:31:32 2015 +0100

    Install Python docs under share/doc/python-opengm
---
 src/interfaces/python/CMakeLists.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/interfaces/python/CMakeLists.txt b/src/interfaces/python/CMakeLists.txt
index 530753c..66e6031 100644
--- a/src/interfaces/python/CMakeLists.txt
+++ b/src/interfaces/python/CMakeLists.txt
@@ -40,6 +40,9 @@ if(BUILD_PYTHON_DOCS)
             "${CMAKE_CURRENT_SOURCE_DIR}/docsrc/source"
             "${SPHINX_HTML_DIR}"
             COMMENT "Building HTML documentation with Sphinx")
+        install(DIRECTORY ${SPHINX_HTML_DIR}
+            DESTINATION share/doc/python-opengm
+        )
         add_dependencies(python-doc _opengmcore )
         add_dependencies(python-doc _inference )
         add_dependencies(python-doc _hdf5 )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list