diff --git a/Manuals/Tcar-fs/en_US/Trunk/chapter-menu.texinfo b/Manuals/Tcar-fs/en_US/Trunk/chapter-menu.texinfo index 23c7b7d..311bc62 100644 --- a/Manuals/Tcar-fs/en_US/Trunk/chapter-menu.texinfo +++ b/Manuals/Tcar-fs/en_US/Trunk/chapter-menu.texinfo @@ -17,4 +17,5 @@ * Trunk Identity Palettes:: * Trunk Identity Patterns:: * Trunk Identity Webenv:: +* Trunk Scripts Functions Prepare:: @end menu diff --git a/Manuals/Tcar-fs/en_US/Trunk/chapter-nodes.texinfo b/Manuals/Tcar-fs/en_US/Trunk/chapter-nodes.texinfo index ca20b97..712166b 100644 --- a/Manuals/Tcar-fs/en_US/Trunk/chapter-nodes.texinfo +++ b/Manuals/Tcar-fs/en_US/Trunk/chapter-nodes.texinfo @@ -16,3 +16,4 @@ @include Trunk/identity-palettes.texinfo @include Trunk/identity-patterns.texinfo @include Trunk/identity-webenv.texinfo +@include Trunk/scripts-functions-prepare.texinfo diff --git a/Manuals/Tcar-fs/en_US/Trunk/scripts-functions-prepare.texinfo b/Manuals/Tcar-fs/en_US/Trunk/scripts-functions-prepare.texinfo new file mode 100644 index 0000000..d07f332 --- /dev/null +++ b/Manuals/Tcar-fs/en_US/Trunk/scripts-functions-prepare.texinfo @@ -0,0 +1,54 @@ +@node Trunk Scripts Functions Prepare +@section @file{trunk/Scripts/Functions/Prepare} +@cindex Trunk scripts functions prepare + +The @file{trunk/Scripts/Functions/Prepare} directory exists to +organize Bash scripts that make the @code{prepare} functionality of +@command{centos-art.sh} script. The @code{prepare} functionality +standardizes the final configuration stuff your workstation needs, +once the working copy of @value{TCAR} has been downloaded inside it. + +The @file{trunk/Scripts/Functions/Prepare} directory is under version +control. + +The @file{trunk/Scripts/Functions/Prepare} directory contains the +following function scripts: + +@defun prepare +The @code{prepare} function is the first function executed when +@command{centos-art.sh} script is executed with @code{prepare} as +first argument. The @code{prepare} function initializes global +variables and provides the base environment where all other actions +are called from. +@end defun + +@defun prepare_getOptions +... +@end defun + +@defun prepare_doLinks +... +@end defun + +@defun prepare_getLinkName FILE_BASEDIR, FILE_ABSPATH +... +@end defun + +@defun prepare_doEnvironment +... +@end defun + +@defun prepare_doManuals +... +@end defun + +@defun prepare_doImages +... +@end defun + +@defun prepare_doPackages +... +@end defun + +Content rendition inside @file{trunk/Scripts/Functions/Prepare} is not +supported.