mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 21:24:06 -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"]
|
||||
]
|
||||
install: [
|
||||
[make "DOCDIR=%{msat:doc}%" "install"]
|
||||
[make "DOCDIR=%{doc}%" "install"]
|
||||
]
|
||||
remove: [
|
||||
[make "DOCDIR=%{msat:doc}%" "uninstall"]
|
||||
[make "DOCDIR=%{doc}%" "uninstall"]
|
||||
]
|
||||
depends: [
|
||||
"ocamlfind" {build}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue