freebsd-dev/share/doc/usd/10.exref/Makefile

27 lines
581 B
Makefile
Raw Normal View History

# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $Id: Makefile,v 1.3 1995/07/26 13:52:56 wollman Exp $
VOLUME= usd/10.exref
SRCS= ex.rm
MACROS= -ms
CLEANFILES=summary.*
SRCDIR= ${.CURDIR}/../../../../usr.bin/vi/USD.doc/exref
USE_TBL= yes
.include <bsd.doc.mk>
1995-07-26 13:52:59 +00:00
.if !defined(NODOCCOMPRESS)
SFILE= summary.${PRINTER}.gz
.else
SFILE= summary.${PRINTER}
.endif
1995-07-26 13:52:59 +00:00
all: ${DFILE} ${SFILE}
${SFILE}: ex.summary
(cd ${SRCDIR}; ${ROFF} ${.ALLSRC}) | ${GZIPCMD} > ${.TARGET}
afterinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1995-07-26 13:52:59 +00:00
${SFILE} ${DESTDIR}${BINDIR}/${VOLUME}