Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit aebd311

Browse files
Merge pull request #473 from GuillaumeGomez/doc-rule
add doc rule
2 parents 89325e2 + bd4e252 commit aebd311

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ GIR_FILES = gir-files/Glib-2.0.gir gir-files/GObject-2.0.gir
55
# Run `gir` generating the bindings
66
gir : src/auto/mod.rs src/gobject/auto/mod.rs
77

8+
doc: $(GIR) $(GIR_FILES)
9+
$(GIR) -m doc -c Gir.toml
10+
811
not_bound: $(GIR) $(GIR_FILES)
912
$(GIR) -m not_bound -c Gir.toml
1013

0 commit comments

Comments
 (0)