summaryrefslogtreecommitdiff
path: root/doc/tutorial/target-file-glob-tree.org
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2022-12-08 15:52:51 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2022-12-09 15:25:24 +0100
commitb6775e85e3ba52b3b873e9fd54255c3614fba920 (patch)
tree3b1cc6fb8db7e0a63ea94d4236d61160e1d11089 /doc/tutorial/target-file-glob-tree.org
parent6a6e0bea83bacee9f04d045b173ff94f9ec8017a (diff)
downloadjustbuild-b6775e85e3ba52b3b873e9fd54255c3614fba920.tar.gz
tutorial: add some clarifying comments
... on parts a first-time reader might (and actually did) stumble upon.
Diffstat (limited to 'doc/tutorial/target-file-glob-tree.org')
-rw-r--r--doc/tutorial/target-file-glob-tree.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tutorial/target-file-glob-tree.org b/doc/tutorial/target-file-glob-tree.org
index c0b8c6ed..bc1d388d 100644
--- a/doc/tutorial/target-file-glob-tree.org
+++ b/doc/tutorial/target-file-glob-tree.org
@@ -379,7 +379,8 @@ INFO: Artifacts built, logical paths are:
$
#+END_SRC
-To finish the example, we also add a default target, staging
+To finish the example, we also add a default target (using that, if no target
+is specified, ~just~ builds the lexicographically first target), staging
artifacts according to the usual conventions.
#+BEGIN_SRC js