ci: add Makefile target to run gir -m not_bound

This commit is contained in:
Felix Krull 2019-06-13 20:01:30 +02:00 committed by Colin Walters
parent b51b81dfdd
commit b44202fa90
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
all: gir all: gir
.PHONY: update-gir-files remove-gir-files merge-lgpl-docs .PHONY: gir gir-report update-gir-files remove-gir-files merge-lgpl-docs
# -- gir generation -- # -- gir generation --
@ -11,6 +11,9 @@ gir: target/tools/bin/gir
target/tools/bin/gir -c conf/ostree-sys.toml target/tools/bin/gir -c conf/ostree-sys.toml
target/tools/bin/gir -c conf/ostree.toml target/tools/bin/gir -c conf/ostree.toml
gir-report: gir
target/tools/bin/gir -c conf/ostree.toml -m not_bound
# -- LGPL docs generation -- # -- LGPL docs generation --
target/tools/bin/rustdoc-stripper: target/tools/bin/rustdoc-stripper: