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