mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Remove a misleading comment
This commit is contained in:
parent
9861c7d25c
commit
27ca4434e2
@ -9,10 +9,8 @@ if [ -d ${release_build_dir} ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# we include gtk-doc since we need the gtk-doc-for-gtk4 branch
|
|
||||||
meson setup ${release_build_dir} || exit
|
|
||||||
|
|
||||||
# make the release tarball
|
# make the release tarball
|
||||||
|
meson setup ${release_build_dir} || exit
|
||||||
meson dist -C${release_build_dir} || exit
|
meson dist -C${release_build_dir} || exit
|
||||||
|
|
||||||
# now build the docs
|
# now build the docs
|
||||||
|
Loading…
Reference in New Issue
Block a user