PR#4992: added '-ml-synonym' and '-mli-synonym' options to ocamldep
git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@10915 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
0952f605e2
commit
e0567d3bff
|
@ -36,6 +36,12 @@ and no dependencies are generated. For programs that span multiple
|
|||
directories, it is recommended to pass "ocamldep" the same "-I" options
|
||||
that are passed to the compiler.
|
||||
|
||||
\item["-ml-synonym" \var{.ext}]
|
||||
Consider the given extension (with leading dot) to be a synonym for .ml.
|
||||
|
||||
\item["-mli-synonym" \var{.ext}]
|
||||
Consider the given extension (with leading dot) to be a synonym for .mli.
|
||||
|
||||
\item["-modules"]
|
||||
Output raw dependencies of the form
|
||||
\begin{verbatim}
|
||||
|
|
Loading…
Reference in New Issue