release: Update included subprojects

This commit is contained in:
Matthias Clasen 2021-03-27 08:55:51 -04:00
parent c9ab7c5750
commit bdd281c9ea

View File

@ -9,6 +9,9 @@ if [ -d ${release_build_dir} ]; then
exit 1 exit 1
fi fi
# make sure included subprojects are current
meson subprojects update gi-docgen
# make the release tarball # make the release tarball
meson setup --force-fallback-for gi-docgen ${release_build_dir} || exit meson setup --force-fallback-for gi-docgen ${release_build_dir} || exit
meson dist -C${release_build_dir} --include-subprojects || exit meson dist -C${release_build_dir} --include-subprojects || exit