Skip to content

Commit 6372457

Browse files
committed
docs/src/v2cli/build.md: document the new --target option
1 parent 1afe480 commit 6372457

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/src/v2cli/build.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ tectonic -X build
1818
[--print]
1919
[--open]
2020
[--untrusted]
21+
[--target NAME]
2122
```
2223

2324
#### Remarks
@@ -32,6 +33,10 @@ directory.
3233

3334
#### Command-Line Options
3435

36+
The `--target` option will only build the
37+
[output](../ref/tectonic-toml.md#output) with the specified name. If this option
38+
is not given, all outputs will be built.
39+
3540
The `--keep-intermediates` option (or `-k` for short) will cause the engine to
3641
save intermediate files (such as `mydoc.aux` or `mydoc.bbl`) in the build output
3742
directory. By default, these files are stored in memory but not actually written

0 commit comments

Comments
 (0)