We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afe480 commit 6372457Copy full SHA for 6372457
1 file changed
docs/src/v2cli/build.md
@@ -18,6 +18,7 @@ tectonic -X build
18
[--print]
19
[--open]
20
[--untrusted]
21
+ [--target NAME]
22
```
23
24
#### Remarks
@@ -32,6 +33,10 @@ directory.
32
33
34
#### Command-Line Options
35
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
+
40
The `--keep-intermediates` option (or `-k` for short) will cause the engine to
41
save intermediate files (such as `mydoc.aux` or `mydoc.bbl`) in the build output
42
directory. By default, these files are stored in memory but not actually written
0 commit comments