# HG changeset patch # User hodgestar # Date 1271974549 0 # Node ID 94a4be5a1f0f224ee18121258a945f4bb237d2b9 # Parent ec805e982b4c6b53ec7652fe1359f9c7a21a75ff Somewhat improve paragraph introducing recipe variables. 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 | +-----------------+----------------------------------------------------------+