forked from AuroraMiddleware/gtk
release script: Include gi-docgen
This lets us say 'you don't need to package this' about gi-docgen.
This commit is contained in:
parent
8fdedbd73b
commit
95a5e7b438
@ -10,8 +10,8 @@ if [ -d ${release_build_dir} ]; then
|
||||
fi
|
||||
|
||||
# make the release tarball
|
||||
meson setup ${release_build_dir} || exit
|
||||
meson dist -C${release_build_dir} || exit
|
||||
meson setup --force-fallback-for gi-docgen ${release_build_dir} || exit
|
||||
meson dist -C${release_build_dir} --include-subprojects || exit
|
||||
|
||||
# now build the docs
|
||||
meson configure ${release_build_dir} -Dintrospection=enabled -Dgtk_doc=true || exit
|
||||
|
Loading…
Reference in New Issue
Block a user