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.

Cc: Jordan Justen <jordan.l.jus...@intel.com>
Signed-off-by: Chad Versace <chad.vers...@linux.intel.com>
---
 doc/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

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"
     )
-- 
2.1.0-rc0

_______________________________________________
waffle mailing list
waffle@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/waffle

Reply via email to