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

Commit

Permalink
Merge pull request #204 from GuillaumeGomez/doc-rule
Browse files Browse the repository at this point in the history
add doc rule
  • Loading branch information
GuillaumeGomez committed Mar 23, 2019
2 parents e05ff1c + b16cd7c commit db72d6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ GIR_FILES = gir-files/Gio-2.0.gir
# Run `gir` generating the bindings
gir : src/auto/mod.rs

doc: $(GIR) $(GIR_FILES)
$(GIR) -m doc -c Gir.toml

not_bound: $(GIR) $(GIR_FILES)
$(GIR) -m not_bound -c Gir.toml

Expand Down

0 comments on commit db72d6c

Please sign in to comment.