Make this work with obj dirs.
This commit is contained in:
parent
734ccbc633
commit
ae828597a4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue