man geant (Commandes) - build compilation script
NAME
geant - build compilation script
SYNOPSIS
geant [options] [target]
DESCRIPTION
This manual page documents briefly the geant, command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, it has documentation in HTML format; see below.
geant Sometimes when projects get large it is useful to make build scripts more modular. It would be useful for example to call subtargets in a procedural manner and it would be useful to use more than one build script since the build script usually grows with the size of the project. With the geant task you can accomplish this.
OPTIONS
The programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options are included below. For a complete description, see the HTML pages.
- --version
- Show version
- -v
- --verbose
- Turn on verbose output
- -b
- --buildfilename buildfilename
- Specify buildfile (default: 'build.eant')
- -Dvariable
- Define variable named 'variable' with value 'True'
- -Dvariable=value
- Define variable named 'variable' with value 'value'
- -d
- --debug
- Show internal messages
- -?
- -h
- --help
- Display help informations.
SEE ALSO
GOBO and its programs are documented fully by HTML pages in gobo-doc package.
AUTHOR
This manual page was written by Julien LEMOINE <speedblue@debian.org> for the Debian GNU/Linux system (but may be used by others).