summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-01-25 18:51:28 -0700
committerkennyballou <kballou@onyx.boisestate.edu>2013-01-25 18:51:28 -0700
commit564c08e6d6ccd928f2b0a3f7f5a81a404359c748 (patch)
treea16bb878e57001b69117fd255e26a11a60aa3f6d /docs
parent982e419fc249a0991c417079c050a08c18b06cde (diff)
parentd5884e72eb8224932d7d5fd4b51343f2b610a172 (diff)
downloadxnt-564c08e6d6ccd928f2b0a3f7f5a81a404359c748.tar.gz
xnt-564c08e6d6ccd928f2b0a3f7f5a81a404359c748.tar.xz
Merge branch 'add_multi_target_support'
Conflicts: xnt/xenant.py
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