#!/bin/sh -e

make -C man-pages       prefix=/usr DESTDIR="$1" install
make -C man-pages-posix prefix=/usr DESTDIR="$1" install
