head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.07.18.22.34.12;	author md;	state Exp;
branches;
next	1.1;

1.1
date	94.03.27.20.06.27;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Add the older Reno formatting macros in the .reno subdir.
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/8/93

FILES=	tmac.r tmac.andoc tmac.s tmac.e
MSRCS=  doc doc-ditroff doc-common doc-nroff doc-syms

LINKS=	${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an
NOOBJ=	noobj

SUBDIR=	.reno

# old macros not currently installed...
# OFILES=	tmac.a tmac.cp

all clean cleandir depend lint tags:

beforeinstall:
	for i in ${MSRCS}; do \
		sed -f strip.sed < $$i > ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
		chown ${BINOWN}.${BINGRP} ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
		chmod 444 ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
	done
	install -c -o ${BINOWN} -g ${BINOWN} -m 444 ${FILES} \
		${DESTDIR}${BINDIR}/tmac


.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d9 2
@
