head     1.1;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.1
date     94.05.12.15.52.05;  author brlewis;  state Exp;
branches ;
next     ;


desc
@instructions for installing macros
@



1.1
log
@Initial revision
@
text
@FILES=	tmac.andoc tmac.doc.old
MSRCS=  doc doc-ditroff doc-common doc-nroff doc-syms
LINKS=	${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an
NOOBJ=	noobj

# Old macros not currently installed...
OFILES=	tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp

create_dir(${ATHLIBDIR}/tmac)

install::
	for i in ${MSRCS}; do \
		sed -f strip.sed < $$i > ${DESTDIR}${ATHLIBDIR}/tmac/tmac.$$i; \
		chmod 444 ${DESTDIR}${ATHLIBDIR}/tmac/tmac.$$i; \
	done
	install -c -m 444 ${FILES} \
		${DESTDIR}${ATHLIBDIR}/tmac
@
