mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 13:14:09 -05:00
fix small linter issue in opam
This commit is contained in:
parent
bed469c0cf
commit
a9d762673a
1 changed files with 2 additions and 2 deletions
4
opam
4
opam
|
|
@ -12,10 +12,10 @@ build-doc: [
|
||||||
[make "doc"]
|
[make "doc"]
|
||||||
]
|
]
|
||||||
install: [
|
install: [
|
||||||
[make "DOCDIR=%{msat:doc}%" "install"]
|
[make "DOCDIR=%{doc}%" "install"]
|
||||||
]
|
]
|
||||||
remove: [
|
remove: [
|
||||||
[make "DOCDIR=%{msat:doc}%" "uninstall"]
|
[make "DOCDIR=%{doc}%" "uninstall"]
|
||||||
]
|
]
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" {build}
|
"ocamlfind" {build}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue