Skip to content

Commit

Permalink
ci: unnecessary --manifest-path in build-man.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Apr 24, 2023
1 parent 9d2fbf7 commit 632ec43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/build-man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ OPTIONS="--url https://doc.rust-lang.org/cargo/commands/ \
--man rustc:1=https://doc.rust-lang.org/rustc/index.html \
--man rustdoc:1=https://doc.rust-lang.org/rustdoc/index.html"

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

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

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

0 comments on commit 632ec43

Please sign in to comment.