[SCM] Paraview packaging branch, master, updated. upstream/3.10.1-83-ge8f4496

Mathieu Malaterre mathieu.malaterre at gmail.com
Tue Sep 13 18:56:30 UTC 2011


The following commit has been merged in the master branch:
commit f3d92a52b89833aa697b5cf34045da826276388a
Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Date:   Tue Sep 13 20:55:28 2011 +0200

    Adding patch for installing html doc

diff --git a/debian/patches/install_htmldoc.patch b/debian/patches/install_htmldoc.patch
new file mode 100644
index 0000000..61f6420
--- /dev/null
+++ b/debian/patches/install_htmldoc.patch
@@ -0,0 +1,17 @@
+Index: paraview/Documentation/CMakeLists.txt
+===================================================================
+--- paraview.orig/Documentation/CMakeLists.txt	2011-09-11 15:36:26.000000000 +0000
++++ paraview/Documentation/CMakeLists.txt	2011-09-11 16:05:26.000000000 +0000
+@@ -110,7 +110,11 @@
+       DESTINATION ${PV_INSTALL_DOC_DIR}
+       COMPONENT Runtime)
+ ENDIF()
+-
++FILE(GLOB htmlfiles "${CMAKE_CURRENT_BINARY_DIR}/*.html")
++install(FILES ${htmlfiles}
++  DESTINATION ${PV_INSTALL_DOC_DIR})
++install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/Book
++  DESTINATION ${PV_INSTALL_DOC_DIR})
+ # Development
+ IF (NOT PV_INSTALL_NO_DEVELOPMENT)
+   INSTALL(

-- 
Paraview packaging



More information about the debian-science-commits mailing list