Rechercher une page de manuel
rant-import
Langue: en
Version: July 26, 2006 (debian - 07/07/09)
Section: 1 (Commandes utilisateur)
NAME
Rant - Flexible, Ruby based makeSYNOPSIS
The rant-import command creates a monolithic rant script tailored to the needs of your project and thus removes the dependency on an Rant installation (but of course one person needs an Rant installation to run rant-import).Run the command with the --help option to get a brief help message:
% rant-import --help
Probably the easiest way to create your monolithic rant script is with the --auto option:
% rant-import --auto ant
This will write a monolithic rant script to the file ant in the current directory. To determine which plugins and imports your project is using, it performs step 2 of the rant command as described in doc/rant.rdoc, which means that it loads the Rantfile in the current directory.
That one command should be enough:
% ruby ant
This script has the same behaviour as the rant command. Distribute it with your project and nobody else but you needs an Rant installation.
FURTHER INFORMATION
For more information on Rant see: <http://make.rubyforge.org/>
<http://make.rubyforge.org/files/doc/rant-import_rdoc.html>
AUTHOR
Rant is by Stefan LangThis package is maintained by Ralph Amissah
SEE
rant(1)Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre