New manual page system
[unix-history] / gnu / usr.bin / groff / tmac / Makefile
CommitLineData
8c4ebc23
JH
1# Makefile for groff macros
2
3TMACOWN?= bin
4TMACGRP?= bin
5TMACMODE?= 444
6TMACDIR?= /usr/share/tmac
7
4f6e1929 8MAN7= groff_ms.7
8c4ebc23
JH
9MLINKS= groff_ms.7 ms.7
10
11FILES= tmac.pic tmac.ps tmac.psnew tmac.psold tmac.pspic tmac.psatk\
12 tmac.dvi tmac.tty tmac.tty-char tmac.X tmac.Xps tmac.latin1\
13 man.local eqnrc troffrc
14
15afterinstall:
16 for f in ${FILES}; do \
17 install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
18 ${.CURDIR}/$$f ${DESTDIR}${TMACDIR}; \
19 done
20 install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
21 ${.CURDIR}/tmac.s ${DESTDIR}${TMACDIR}/tmac.${tmac_s}
22 install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
23 ${.CURDIR}/tmac.an ${DESTDIR}${TMACDIR}/tmac.an.old
24
25.include <bsd.prog.mk>
26.include "../Makefile.cfg"