# HG changeset patch # User hodgestar # Date 1271974687 0 # Node ID 132f6e23ffaf7a518b68037e9e64ce1dd54a8a2c # Parent c720e8eb2011610297d6e3ef549898e27ad4be28 Merge [827] from trunk. diff --git a/doc/recipes.txt b/doc/recipes.txt --- a/doc/recipes.txt +++ b/doc/recipes.txt @@ -71,14 +71,15 @@ .. _`build recipe commands`: commands.html -Recipes supports variables that can be interpolated into recipes, and using -`Slave Configuration`_ further custom properties can be used. Bitten supports -these pre-defined properties: +Recipes may contain variables, for example ``${path}``, which are expanded +before the recipe is executed. A small set of variables is pre-defined +but custom variables may be added (see `Slave Configuration`_ for further +instructions). The pre-defined recipe variables are: .. _`slave configuration`: configure.html +-----------------+----------------------------------------------------------+ -| Constant | Value | +| Variable name | Expanded value | +=================+==========================================================+ | ``${path}`` | Repository path from the build configuration | +-----------------+----------------------------------------------------------+