freebsd-dev/gnu/usr.bin/man/apropos/Makefile

23 lines
540 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
1999-02-09 17:23:03 +00:00
MAINTAINER= wosch
2001-04-07 11:21:35 +00:00
SCRIPTS=apropos
MAN= apropos.1
CLEANFILES+= ${SCRIPTS} ${MAN}
1993-07-07 23:07:02 +00:00
LINKS= ${BINDIR}/apropos ${BINDIR}/whatis
2001-04-07 11:21:35 +00:00
MLINKS= apropos.1 whatis.1
.sh:
sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
-e 's,%pager%,${pager},' \
${.ALLSRC} > ${.TARGET}
apropos.1: apropos.man
sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
-e 's,%pager%,${pager},' -e 's,%troff%,${troff},' \
-e 's,%manpath_config_file%,${manpath_config_file},' \
${.ALLSRC} > ${.TARGET}
2001-04-07 11:21:35 +00:00
.include <bsd.prog.mk>