diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2018-10-30 23:46:56 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2018-11-03 19:25:23 +0100 |
commit | 1a84c5a2366600f274c610117cef59642718bf69 (patch) | |
tree | 4a676acfbfec5c1202ba8a683803190b8245296d /sid.opam | |
parent | eb3e615afb7b621cca8d4b8479531f5f65b3dfa2 (diff) | |
download | ocaml-sid-1a84c5a2366600f274c610117cef59642718bf69.tar.gz |
oasis: add documentation target
Diffstat (limited to 'sid.opam')
-rw-r--r-- | sid.opam | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,8 +15,9 @@ depends: [ ] build: [ ["oasis" "setup"] - ["ocaml" "setup.ml" "-configure"] + ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] + ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: [make "install"] run-test: [make "test"] |