#!/bin/sh

set -eux

dir=build
cmake -B "${dir}"
DESTDIR=$(pwd)/install ninja -C "${dir}" doc/install
