Merge pull request #10009 from seanmadsen/CRM-20046
[civicrm-core.git] / distmaker / dists / common.sh
index 1aa2090e438ded15abb5e8ced5fe6a823912f00f..23f75d844e53be3a7590003ac4be7ac5d5287537 100644 (file)
@@ -65,12 +65,12 @@ function dm_install_core() {
   local repo="$1"
   local to="$2"
 
-  for dir in ang css i js PEAR templates bin CRM api extern Reports install settings Civi partials ; do
+  for dir in ang css i js PEAR templates bin CRM api extern Reports install settings Civi partials release-notes ; do
     [ -d "$repo/$dir" ] && dm_install_dir "$repo/$dir" "$to/$dir"
   done
 
-  dm_install_files "$repo" "$to" {agpl-3.0,agpl-3.0.exception,gpl,README,CONTRIBUTORS}.txt
-  dm_install_files "$repo" "$to" composer.json composer.lock bower.json package.json Civi.php
+  dm_install_files "$repo" "$to" {agpl-3.0,agpl-3.0.exception,gpl,CONTRIBUTORS}.txt
+  dm_install_files "$repo" "$to" composer.json composer.lock bower.json package.json Civi.php README.md release-notes.md
 
   mkdir -p "$to/sql"
   pushd "$repo" >> /dev/null