aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2014-09-16 16:19:48 -0700
committerChad Versace <chad.versace@linux.intel.com>2014-09-17 16:19:14 -0700
commite7bbe4252503e731a7cc0158ad48c128d4a307d0 (patch)
tree19da4c868cd3318174d0f9033bd27c0edbf4e125
parente13ac973460f42ae789421a5179892c01b4e4202 (diff)
downloadwaffle-e7bbe4252503e731a7cc0158ad48c128d4a307d0.tar.gz
doc: Install all release notes
This fixes a bug. The 1.4.0-rc1 release installed the 1.3 release notes but not any 1.4 release notes. To fix this, let's follow the precedent set by git. Update CMake to install *all* release notes. Signed-off-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--doc/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index a74c6d4..03cb2b8 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -2,5 +2,4 @@ install(
DIRECTORY "${CMAKE_SOURCE_DIR}/doc/release-notes"
DESTINATION "${CMAKE_INSTALL_DOCDIR}"
COMPONENT releasenotes
- FILES_MATCHING PATTERN "waffle-${waffle_major_version}.${waffle_minor_version}.*.txt"
)