Home | History | Annotate | Line # | Download | only in USD.doc
Makefile revision 1.3
      1  1.3  pooka #	$NetBSD: Makefile,v 1.3 2003/01/05 12:34:27 pooka Exp $
      2  1.1    cgd #	@(#)Makefile	8.1 (Berkeley) 6/8/93
      3  1.1    cgd 
      4  1.1    cgd DIR=	usd/31.trek
      5  1.1    cgd SRCS=	trek.me
      6  1.1    cgd MACROS=	-me
      7  1.1    cgd 
      8  1.1    cgd paper.ps: ${SRCS}
      9  1.3  pooka 	${TBL} ${SRCS} | ${ROFF} ${MACROS} > ${.TARGET}
     10  1.1    cgd 
     11  1.1    cgd .include <bsd.doc.mk>
     12