From c7766d195a925fda2f2ea098e082f5b05dee18bd Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 11 Mar 2016 23:08:27 +0100 Subject: [PATCH] small comment --- doc/build_deps.ml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/build_deps.ml b/doc/build_deps.ml index 37633b20..7763f622 100755 --- a/doc/build_deps.ml +++ b/doc/build_deps.ml @@ -1,5 +1,8 @@ #!/usr/bin/env ocaml +(* note: this requires to generate documentation first, so that + .odoc files are generated *) + #use "topfind";; #require "containers";; #require "containers.io";;