[gegl] dist: copy README and NEWS to dist tarball
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] dist: copy README and NEWS to dist tarball
- Date: Sat, 27 Mar 2021 20:30:43 +0000 (UTC)
commit 97a097fc5e72deeba7edca42c16d8b6ec2962460
Author: John <jtm home gmail com>
Date: Sat Jul 18 10:47:02 2020 +0100
dist: copy README and NEWS to dist tarball
tools/dist-script.sh | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/tools/dist-script.sh b/tools/dist-script.sh
index 7ddb34ccd..e317ad5e1 100755
--- a/tools/dist-script.sh
+++ b/tools/dist-script.sh
@@ -5,3 +5,8 @@ cd meson-dist
echo 'Removing reference image to shrink size of tarball'
rm -v `find . | grep png | grep reference`
echo $MESON_SOURCE_ROOT $MESON_BUILD_ROOT
+
+# copy docs into distro
+echo 'Copying README and NEWS to distribution'
+cp $MESON_BUILD_ROOT/README $MESON_DIST_ROOT
+cp $MESON_BUILD_ROOT/NEWS $MESON_DIST_ROOT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]