1# $MirOS: src/gnu/usr.bin/cvs/doc/paper/Makefile,v 1.1.7.1 2005/03/06 16:58:49 tg Exp $ 2 3DIR= papers/cvs-paper 4SRCS= cvs-paper.ms 5MACROS= -ms 6 7.if !exists(cvs-paper.ms) && exists(${.CURDIR}/../cvs-paper.ms) 8FILES= ${.CURDIR}/../cvs-paper.ms 9.endif 10 11paper.ps: ${SRCS} 12 ${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${ROFF} >$@ 13 14.include <bsd.doc.mk> 15