xref: /original-bsd/old/refer/OTHERS/Makefile (revision d15729d4)
1#	@(#)Makefile	5.3 (Berkeley) 06/19/90
2
3MAN1=	roffbib.0
4
5all OTHERS: ${MAN}
6
7clean cleandir depend lint tags:
8
9beforeinstall:
10	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11	    ${.CURDIR}/indxbib.sh ${DESTDIR}${BINDIR}/indxbib
12	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
13	    ${.CURDIR}/roffbib.sh ${DESTDIR}${BINDIR}/roffbib
14	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
15	    ${.CURDIR}/tmac.bib ${DESTDIR}/usr/share/tmac
16	(cd ${.CURDIR}/../papers; \
17	    install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
18	    INDEX Rbstjissue Rv7man ${DESTDIR}/usr/share/dict/papers)
19	-/usr/libexec/mkey /usr/share/dict/papers/R* | (cd /var/db; \
20	    /usr/libexec/inv -v -h997 -n Ind; chmod 444 Ind*)
21
22.include "../../Makefile.inc"
23.include <bsd.prog.mk>
24