[gtk/matthiasc/for-master] Update the release script
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master] Update the release script
- Date: Thu, 1 Oct 2020 19:15:10 +0000 (UTC)
commit f4bfa16136dc08868fd58434b3d7f3dccd9a72bf
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Oct 1 15:14:33 2020 -0400
Update the release script
If things go according to plan, we don't need to include
gtk-doc as a subproject in the next snapshot.
make-release.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/make-release.sh b/make-release.sh
index 69a4a0d037..905e223dc8 100755
--- a/make-release.sh
+++ b/make-release.sh
@@ -10,10 +10,10 @@ if [ -d ${release_build_dir} ]; then
fi
# we include gtk-doc since we need the gtk-doc-for-gtk4 branch
-meson setup --force-fallback-for gtk-doc ${release_build_dir} || exit
+meson setup ${release_build_dir} || exit
# make the release tarball
-meson dist -C${release_build_dir} --include-subprojects || exit
+meson dist -C${release_build_dir} || exit
# now build the docs
meson configure -Dgtk_doc=true ${release_build_dir} || exit
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]