minix/man/Makefile
Ben Gras 7195fe3325 System statistical and call profiling
support by Rogier Meurs <rogier@meurs.org>.
2006-10-30 15:53:38 +00:00

18 lines
272 B
Makefile

MAN=/usr/man
all::
clean::
install::
-rm -rf $(MAN)
-mkdir $(MAN)
cpdir . $(MAN)
chown -R bin $(MAN)
chgrp -R operator $(MAN)
@rm -f $(MAN)/Makefile
find /usr/man -type f | xargs -n 20 chmod 644
find /usr/man -type d | xargs -n 20 chmod 755
makewhatis $(MAN)