You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ri...@apache.org on 2016/02/20 02:51:56 UTC

incubator-madlib git commit: Build: Fix release notes file reference

Repository: incubator-madlib
Updated Branches:
  refs/heads/master 1dae31c84 -> 581d07b03


Build: Fix release notes file reference


Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/581d07b0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/581d07b0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-madlib/diff/581d07b0

Branch: refs/heads/master
Commit: 581d07b03ba6c7f81fd791548f1b0f7c4909c710
Parents: 1dae31c
Author: Rahul Iyer <ri...@pivotal.io>
Authored: Fri Feb 19 17:51:09 2016 -0800
Committer: Rahul Iyer <ri...@pivotal.io>
Committed: Fri Feb 19 17:51:09 2016 -0800

----------------------------------------------------------------------
 CMakeLists.txt | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/581d07b0/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 949aaf7..355c2dd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -183,10 +183,18 @@ install(
     FILES
         "${CMAKE_CURRENT_SOURCE_DIR}/ReadMe.txt"
         "${CMAKE_CURRENT_SOURCE_DIR}/README.md"
-        "${CMAKE_CURRENT_SOURCE_DIR}/ReleaseNotes.txt"
+        "${CMAKE_CURRENT_SOURCE_DIR}/RELEASE_NOTES"
     DESTINATION doc
     COMPONENT core
 )
+install(
+    FILES
+        "${CMAKE_CURRENT_SOURCE_DIR}/DISCLAIMER"
+        "${CMAKE_CURRENT_SOURCE_DIR}/NOTICE"
+        "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE"
+    DESTINATION .
+    COMPONENT core
+)
 
 # -- Local includes ------------------------------------------------------------