mirror of
https://git.proxmox.com/git/cargo
synced 2025-08-17 00:50:42 +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
|