source:
trunk/minix/man/Makefile@
9
Last change on this file since 9 was 9, checked in by , 14 years ago | |
---|---|
File size: 260 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | |
2 | MAN=/usr/man | |
3 | ||
4 | all:: | |
5 | ||
6 | clean:: | |
7 | ||
8 | install:: | |
9 | -rm -rf $(MAN) | |
10 | -mkdir $(MAN) | |
11 | cpdir . $(MAN) | |
12 | chown -R bin $(MAN) | |
13 | chgrp -R operator $(MAN) | |
14 | @rm -f $(MAN)/Makefile | |
15 | find /usr/man -type f | xargs chmod 644 | |
16 | find /usr/man -type d | xargs chmod 755 | |
17 | makewhatis $(MAN) |
Note:
See TracBrowser
for help on using the repository browser.