From 1e5b21e52791d12d5f79e701986a6a12e2aebc26 Mon Sep 17 00:00:00 2001 From: "Edwards, Daniel" Date: Mon, 19 Feb 2024 13:51:35 +0100 Subject: [PATCH] -- add manifest files to the source distribution (#758) --- CMakeLists.txt | 1 + docs/CHANGELOG.rst | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fb171a5a..91de3c1a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -200,6 +200,7 @@ if(SILKIT_INSTALL_SOURCE) PATTERN *.txt.in PATTERN *.md PATTERN *.xml + PATTERN *.manifest REGEX "/ci/.*" EXCLUDE REGEX "/ci$" EXCLUDE REGEX "\.git$" EXCLUDE diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ade52167f..639c8dbce 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -6,6 +6,17 @@ All notable changes to the Vector SIL Kit project shall be documented in this fi The format is based on `Keep a Changelog (http://keepachangelog.com/en/1.0.0/) `_. + +[4.0.46] - UNRELEASED +--------------------- + +Fixed +~~~~~ + +- Added the ``*.manifest`` files to the source distribution. Building from the ``SilKit-Source`` + directory in the distributed ``.zip`` files was broken. + + [4.0.45] - 2024-02-06 ---------------------