diff -r 01667c882e63 -r a010554f8551 buildframework/helium/doc/src/manual/configuring.rst --- a/buildframework/helium/doc/src/manual/configuring.rst Fri Oct 08 21:02:28 2010 +0100 +++ b/buildframework/helium/doc/src/manual/configuring.rst Mon Oct 11 11:16:47 2010 +0100 @@ -84,7 +84,7 @@ -Note that here the default target is :hlm-t:`product-build` so this would be used for a product build configuration. In reality it would need many more properties to be complete. +Note that here the default target is ``product-build`` so this would be used for a product build configuration. In reality it would need many more properties to be complete. Refer to the `configuration reference`_ for a full list of all Helium Ant properties. @@ -188,9 +188,7 @@ Viewing target dependencies =========================== -The :hlm-t:`deps` target can be used to display a list of the target dependencies for a given target. See the `manual page`_ for more information. Also the :hlm-t:`execlist` command works in a similar way but shows a dialog showing a separated list of all the dependent targets and then just the top-level of dependencies, to help with continuing a build on the command line. - -.. _`manual page`: ../api/helium/target-deps.html +The :hlm-t:`deps` target can be used to display a list of the target dependencies for a given target. Also the :hlm-t:`execlist` command works in a similar way but shows a dialog showing a separated list of all the dependent targets and then just the top-level of dependencies, to help with continuing a build on the command line. .. index::