#!/bin/bash
set -e
set -o pipefail
shopt -s inherit_errexit # #514862, wtf

cd ..
unset MAKELEVEL
unset MAKEFLAGS
make list-manpages
