Files
rocm-systems/projects/rocm-smi-lib/python_smi_tools/build_manual.sh
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 wiersze
301 B
Bash
Czysty Zwykły widok Historia

2023-10-23 13:09:13 -05:00
#!/usr/bin/env bash
# Build manpages using ronn
set -eu
set -o pipefail
if ! command -v ronn > /dev/null; then
echo "ERROR: no ronn found!" >&2
echo "Please follow installation instructions here:" >&2
echo "https://github.com/apjanke/ronn-ng" >&2
exit 1
fi
set -x
ronn ./README.md