#!/bin/sh -x

cd man$1

for f in *.$1
do
	../../UTIL/install -o $3 -g $4 -m 644 $f $2/$f
done
