Commit 26a6346
committed
fix(build): Do not distribute main man page, requires Rust tooling
Requiring us to download Rust dependencies and build the whole Rust CLI
just to generate the source dist tarball is a waste. Distributing the
man page in the distribution package makes sense when generating it
requires tooling the user may not have, but in this case it *will* get
rebuild when they generate the CLI anyway.1 parent f9506d1 commit 26a6346
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments