[waffle] [PATCH (master)] doc: Install all release notes
Chad Versace
chad.versace at linux.intel.com
Tue Sep 16 16:25:17 PDT 2014
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.justen at intel.com>
Signed-off-by: Chad Versace <chad.versace at 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
More information about the waffle
mailing list