mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
8 lines
140 B
Bash
Executable File
8 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cargo run -- -t md -o doc/out doc/*.md
|
|
cargo run -- -t txt -o doc/out doc/*.md
|
|
cargo run -- -t man -o doc/out doc/*.md
|