Remove unnecessary gir/* aliases

This commit is contained in:
Felix Krull 2019-05-16 20:20:14 +02:00 committed by Colin Walters
parent 57645e91cb
commit e62ca73e82
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
all: generate-libostree-sys generate-libostree
all: gir/libostree gir/libostree-sys
.PHONY: update-gir-files
@ -10,10 +10,6 @@ target/tools/bin/gir:
gir/%: target/tools/bin/gir
target/tools/bin/gir -c conf/$*.toml
generate-libostree-sys: gir/libostree-sys
generate-libostree: gir/libostree
# -- LGPL docs generation --
target/tools/bin/rustdoc-stripper:

View File

@ -50,7 +50,7 @@ Most code is generated based on the gir files using the
the included Makefile:
```ShellSession
$ make generate-libostree-sys generate-libostree
$ make gir/libostree gir/libostree-sys
```
Run the following command to update the bundled gir files: