Skip to content

Commit 632ec43

Browse files
committed
ci: unnecessary --manifest-path in build-man.sh
1 parent 9d2fbf7 commit 632ec43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/build-man.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ OPTIONS="--url https://doc.rust-lang.org/cargo/commands/ \
1818
--man rustc:1=https://doc.rust-lang.org/rustc/index.html \
1919
--man rustdoc:1=https://doc.rust-lang.org/rustdoc/index.html"
2020

21-
cargo run --manifest-path=../../crates/mdman/Cargo.toml -- \
21+
cargo run -p mdman -- \
2222
-t md -o src/commands man/cargo*.md \
2323
$OPTIONS
2424

25-
cargo run --manifest-path=../../crates/mdman/Cargo.toml -- \
25+
cargo run -p mdman -- \
2626
-t txt -o man/generated_txt man/cargo*.md \
2727
$OPTIONS
2828

29-
cargo run --manifest-path=../../crates/mdman/Cargo.toml -- \
29+
cargo run -p mdman -- \
3030
-t man -o ../etc/man man/cargo*.md \
3131
$OPTIONS

0 commit comments

Comments
 (0)