
Also, while here, expand apparently incorrectly .Dd month abbreviations. (I thought about doing this in tmac/doc-common...heh...that would have allowed a possible reverse map back to abbreviations.)
10 lines
231 B
Makefile
10 lines
231 B
Makefile
# $NetBSD: Makefile,v 1.15 1998/04/22 07:14:30 ross Exp $
|
|
# from: @(#)Makefile 8.2 (Berkeley) 4/16/94
|
|
|
|
SUBDIR= man0 man1 man3 man4 man5 man6 man7 man8 man9
|
|
|
|
makedb:
|
|
/usr/libexec/makewhatis /usr/share/man
|
|
|
|
.include <bsd.subdir.mk>
|