summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-01-24 16:46:54 -0700
committerkennyballou <kballou@onyx.boisestate.edu>2013-01-24 16:46:54 -0700
commitd5884e72eb8224932d7d5fd4b51343f2b610a172 (patch)
treece75f85b197414b8d0a33f4a2a760a51054be1ff /docs
parent98691b6a87003cea46365bb8d7c54d9e94a84b93 (diff)
downloadxnt-d5884e72eb8224932d7d5fd4b51343f2b610a172.tar.gz
xnt-d5884e72eb8224932d7d5fd4b51343f2b610a172.tar.xz
Update documentation for new target passing
Diffstat (limited to 'docs')
-rw-r--r--docs/source/xenant.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/source/xenant.rst b/docs/source/xenant.rst
index 86a26da..5bd6235 100644
--- a/docs/source/xenant.rst
+++ b/docs/source/xenant.rst
@@ -27,6 +27,17 @@ To invoke a particular target, use::
Where the value of `{target}` is dependent on your particular `build.py` file.
+Invoke MORE Targets
+~~~~~~~~~~~~~~~~~~~
+
+Xnt now supports executing multiple targets in one go. That is, if you want to
+chain targets together, you now can *without* separate executions of Xnt. For
+example::
+
+ $ xnt {target1} {target2} ... {targetN}
+
+Will execute `target1` through `targetN` in order of listing.
+
.. _specialTargets:
Special Targets