From e7bbe4252503e731a7cc0158ad48c128d4a307d0 Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Tue, 16 Sep 2014 16:19:48 -0700 Subject: 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 Reviewed-by: Jordan Justen Reviewed-by: Emil Velikov --- 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" ) -- cgit v1.2.3