]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/html.in
travis: add more ASan options
[thirdparty/systemd.git] / man / html.in
1 #!/bin/sh
2 set -e
3
4 if [ -z "$1" ]; then
5 echo "Use: $0 page-name (with no section suffix)"
6 exit 1
7 fi
8
9 target="man/$1.html"
10 ninja -C "@BUILD_ROOT@" "$target"
11 set -x
12 exec xdg-open "@BUILD_ROOT@/$target"