gasche / manual-ocamlbuild

A new reference manual for the ocamlbuild tool
Other
67 stars 15 forks source link

Document invocation, options, and target arguments #18

Closed lindig closed 2 years ago

lindig commented 9 years ago

OCamlbuild has a a large number of options that are not covered by the manual. The --help flag does a good job explaining them, so maybe it would be good enough for now to refer to it. OCamlbuild accepts multiple targets. It could be important to document in what order they are built as later steps might overwrite files from earlier steps. A section like Invocation could cover the command line interface in the reference section.