1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
.TH OBUILD "1" "May 2018" "obuild 0.1.10" "User Commands"
.SH NAME
obuild \- parallel, incremental and declarative build system for OCaml
.SH DESCRIPTION
usage: obuild <command> [options]
.PP
Commands:
.TP
configure
Prepare to build the package.
.TP
build
Make this package ready for installation.
.TP
clean
Clean up after a build.
.TP
sdist
Generate a source distribution file (.tar.gz).
.TP
doc
Generate documentation.
.TP
install
Install this package.
.TP
test
Run the tests
.TP
help
Help about commands
|