#!/bin/sh
set -e
xsltproc --xinclude --nonet man.xsl man.xml
