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"] [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}