File: build_manual.sh

package info (click to toggle)
rocm-smi-lib 6.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,136 kB
  • sloc: cpp: 25,247; python: 3,959; ansic: 3,005; sh: 278; makefile: 5
file content (16 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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