NAME
boilerplater.pl - Invoke Boilerplater code generator.
SYNOPSIS
perl ../devel/boilerplater.pl --in=SOURCE_DIR --out=DEST_DIR --lucy
DESCRIPTION
This script is a wrapper around Boilerplater, so see Boilerplater's docs for an explanation.
ARGUMENTS
boilerplater.pl must be invoked with valid values for in
and out
, plus one of either kino
or <lucy>.
- --in=SOURCE_DIR
-
Directory to be scanned recursively for .h files containing Boilerplater code.
- --out=DEST_DIR
-
The directory where the generated .r files will be written.
- --lucy
-
Generate code for Lucy.
- --kino
-
Generate code for KinoSearch.
AUTHOR
Marvin Humphrey
COPYRIGHT & LICENSE
Copyright 2006-2007 Marvin Humphrey
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.