[waffle] [PATCH (master)] doc: Install all release notes
Emil Velikov
emil.l.velikov at gmail.com
Wed Sep 17 01:21:06 PDT 2014
On 17/09/14 00:25, Chad Versace wrote:
> 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.
>
Having the old release notes as a point of reference is always nice :)
FWIW
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>
-Emil
> 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"
> )
>
More information about the waffle
mailing list