Merge branch 'master' of github.com:Gbury/mSAT

This commit is contained in:
Guillaume Bury 2018-01-26 13:50:05 +01:00
commit 14c92bbe31

4
opam
View file

@ -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}