Make this work with obj dirs.

This commit is contained in:
christos 1997-12-21 15:25:06 +00:00
parent 734ccbc633
commit ae828597a4
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ MACROS= -ms
CLEANFILES+=toc
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
soelim -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>
.include <bsd.obj.mk>