]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/man/apropos/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / usr.bin / man / apropos / Makefile
1 # $FreeBSD$
2
3 SCRIPTS=apropos
4 MAN=    apropos.1
5 CLEANFILES+= ${SCRIPTS} ${MAN}
6
7 LINKS=  ${BINDIR}/apropos ${BINDIR}/whatis
8 MLINKS= apropos.1 whatis.1
9
10 .sh:
11         sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
12             -e 's,%pager%,${pager},' \
13                 ${.ALLSRC} > ${.TARGET}
14
15 apropos.1: apropos.man
16         sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
17             -e 's,%pager%,${pager},' -e 's,%troff%,${troff},' \
18             -e 's,%manpath_config_file%,${manpath_config_file},' \
19                 ${.ALLSRC} > ${.TARGET}
20
21 .include <bsd.prog.mk>